From 16cd7041e309ff4d76a39e4f24bc3df056bdd56c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 23 Oct 2021 11:37:47 +0200 Subject: [PATCH] nlab: remove postmsg.standby_on from get section Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/93a2be6c26b51886ab1fce7af31a906eceaf2110 Author: vanhofen Date: 2021-10-23 (Sat, 23 Oct 2021) Origin message was: ------------------ - nlab: remove postmsg.standby_on from get section --- data/luaplugins/nlab.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/luaplugins/nlab.lua b/data/luaplugins/nlab.lua index 6f1cb8f39..5619d29ee 100644 --- a/data/luaplugins/nlab.lua +++ b/data/luaplugins/nlab.lua @@ -106,8 +106,6 @@ if a[2] == "get" then elseif a[3] == "screen.y_res" then r = SCREEN.Y_RES - elseif a[3] == "postmsg.standby_on" then - r = POSTMSG.STANDBY_ON end elseif a[2] == "misc" then