mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Signs: Remove dead code
This commit is contained in:
parent
aa3739528b
commit
46a6d9bb8e
1 changed files with 0 additions and 6 deletions
|
@ -361,9 +361,6 @@ minetest.register_node("mcl_signs:wall_sign", {
|
|||
return itemstack
|
||||
end,
|
||||
on_destruct = destruct_sign,
|
||||
on_receive_fields = function(pos, formname, fields, sender)
|
||||
update_sign(pos, fields, sender)
|
||||
end,
|
||||
on_punch = function(pos, node, puncher)
|
||||
update_sign(pos)
|
||||
end,
|
||||
|
@ -398,9 +395,6 @@ local ssign = {
|
|||
sounds = node_sounds,
|
||||
|
||||
on_destruct = destruct_sign,
|
||||
on_receive_fields = function(pos, formname, fields, sender)
|
||||
update_sign(pos, fields, sender)
|
||||
end,
|
||||
on_punch = function(pos, node, puncher)
|
||||
update_sign(pos)
|
||||
end,
|
||||
|
|
Loading…
Reference in a new issue