diff options
Diffstat (limited to 'ClientHamr/GuiLua')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index e83fcf9..202fdd6 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -850,11 +850,10 @@ end | |||
850 | thingasm('get', 'Get the current value of an existing Thing or metadata.', get, 'thing,key,name') | 850 | thingasm('get', 'Get the current value of an existing Thing or metadata.', get, 'thing,key,name') |
851 | thingasm('reset', 'Reset the current value of an existing Thing or metadata.', reset, 'thing,key,name') | 851 | thingasm('reset', 'Reset the current value of an existing Thing or metadata.', reset, 'thing,key,name') |
852 | thingasm('set', 'Set the current value of an existing Thing or metadata.', set, 'thing,key,name,data') | 852 | thingasm('set', 'Set the current value of an existing Thing or metadata.', set, 'thing,key,name,data') |
853 | thingasm('nada', 'Do nothing.', function () --[[ This function intentionally left blank. ]] end) | ||
853 | 854 | ||
854 | 855 | ||
855 | -- TODO - Some function stubs, for now. Fill them up later. | 856 | -- TODO - Some function stubs, for now. Fill them up later. |
856 | nada = function () end | ||
857 | |||
858 | clear = function () | 857 | clear = function () |
859 | end | 858 | end |
860 | window = function (width, height, title) | 859 | window = function (width, height, title) |
@@ -867,7 +866,6 @@ end | |||
867 | quit = function () | 866 | quit = function () |
868 | end | 867 | end |
869 | 868 | ||
870 | thingasm('nada', 'Do nothing.', nada) | ||
871 | thingasm('clear', 'The current skin is cleared of all widgets.', clear) | 869 | thingasm('clear', 'The current skin is cleared of all widgets.', clear) |
872 | thingasm('window', 'The size and title of the application Frame.', window, 'x,y,name', nil, nil, 'GGG') | 870 | thingasm('window', 'The size and title of the application Frame.', window, 'x,y,name', nil, nil, 'GGG') |
873 | thingasm('module', 'Load a module.', module, 'file,acl') | 871 | thingasm('module', 'Load a module.', module, 'file,acl') |