diff options
author | Christian Hesse <mail@eworm.de> | 2019-02-21 00:03:57 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-02-21 00:03:57 +0100 |
commit | 04025da9b82260544c60019394fb88428fb215ce (patch) | |
tree | e9bfca106120d186e79db8281c7250baa3436056 /global-functions | |
parent | 5f7c7274573ae290205aa984e8029c586db0e16e (diff) |
global-functions: drop $Read, use :return directly
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/global-functions b/global-functions index 8c4d41d..b22a295 100644 --- a/global-functions +++ b/global-functions @@ -12,11 +12,6 @@ :global SentLteFirmwareUpgradeNotification "-"; :global Identity [ / system identity get name ]; -# read input from user -:global Read do={ - :return; -} - # url encoding :global UrlEncode do={ :local Input [ :tostr $1 ]; |