Remove dead code

This commit is contained in:
Lars Mueller 2021-01-30 14:02:25 +01:00
parent a71c115647
commit 176edb7cad

@ -689,7 +689,4 @@ end
colorspec_to_colorstring = _G.minetest.colorspec_to_colorstring or function(spec)
return colorspec.from_any(spec):to_string()
end
write_schematic = function(fil) end
-- TODO schematic format
end