Remove unused variable

This commit is contained in:
Jeija 2013-01-19 12:04:10 +01:00
parent ec517becab
commit fc384aedbb

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