From 04025da9b82260544c60019394fb88428fb215ce Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 21 Feb 2019 00:03:57 +0100 Subject: global-functions: drop $Read, use :return directly --- global-functions | 5 ----- 1 file changed, 5 deletions(-) (limited to 'global-functions') 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 ]; -- cgit v1.2.3-54-g00ecf