Remove unused variable

master
Jeija 2013-01-19 12:04:10 +01:00
parent ec517becab
commit fc384aedbb
1 changed files with 0 additions and 1 deletions

View File

@ -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