diff options
author | Christian Hesse <mail@eworm.de> | 2021-07-09 12:28:45 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-07-09 12:46:03 +0200 |
commit | f694e1e54d5264f7c442456427c501cac5bfb778 (patch) | |
tree | fddcfc79a014b1ac431eefccbd898926efee2121 /global-functions | |
parent | 81cba72bec1b81dc636499926102d226a5ffad54 (diff) |
global-functions: $ScriptInstallUpdate: drop unused variable
This was a left-over from re-run message.
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 4ee8897..2e393cb 100644 --- a/global-functions +++ b/global-functions @@ -714,7 +714,6 @@ :global IfThenElse; :global LogPrintExit2; :global ParseKeyValueStore; - :global ScriptInstallUpdate; :global SendNotification2; :global SymbolForNotification; :global ValidateSyntax; |