diff options
author | Christian Hesse <mail@eworm.de> | 2021-12-14 00:05:01 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-12-14 00:06:10 +0100 |
commit | e111832462d4ad9746cf90daa2486e3646cb03cc (patch) | |
tree | 8482daa004b5d675e7010bd7e697197f0d8d5274 | |
parent | 0fab371d1a9ec5f8110620d103516ab03a1e3d1f (diff) |
global-functions: $NotificationFunctions->"email": do not declare unused function
-rw-r--r-- | global-functions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/global-functions b/global-functions index ba83bcb..e0d770a 100644 --- a/global-functions +++ b/global-functions @@ -533,7 +533,6 @@ :global EitherOr; :global IfThenElse; - :global LogPrintExit2; :global QuotedPrintable; :local To [ $EitherOr ($EmailGeneralToOverride->($Notification->"origin")) $EmailGeneralTo ]; |