aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions5
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 ];