diff options
| author | Jeija <norrepli@gmail.com> | 2013-01-19 12:04:10 +0100 | 
|---|---|---|
| committer | Jeija <norrepli@gmail.com> | 2013-01-19 12:04:10 +0100 | 
| commit | fc384aedbbd94e234be1cefda80ebe5580e4eda8 (patch) | |
| tree | af9969fb27a6f513c1e35b30caa919d9fd1ff45c | |
| parent | ec517becabcc2b80583f3ea2f2b4a3ebec5bc751 (diff) | |
Remove unused variable
| -rw-r--r-- | mesecons_luacontroller/init.lua | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/mesecons_luacontroller/init.lua b/mesecons_luacontroller/init.lua index f95e072..b216c79 100644 --- a/mesecons_luacontroller/init.lua +++ b/mesecons_luacontroller/init.lua @@ -70,7 +70,6 @@ local action_setports_on = function (pos, ports, vports)  end  local action_setports_off = function (pos, ports, vports) -	local todo = {}  	if vports.a ~= ports.a and not ports.a then  		mesecon:receptor_off(pos, {rules.a})  	end | 
