Remove erroneous line from chute formspec code

This commit is contained in:
bewlay 2017-03-06 17:08:03 +01:00
parent 5bb417b4c0
commit 4a10b63ab6

@ -521,7 +521,6 @@ minetest.register_node("hopper:hopper_side", {
})
local function get_chute_formspec(pos)
local eject_button_text, eject_button_tooltip = get_eject_button_texts(pos)
local spos = pos.x .. "," .. pos.y .. "," ..pos.z
local formspec =
"size[8,7]"