From 176edb7cad131196e8692c51ef19156e619ee578 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Sat, 30 Jan 2021 14:02:25 +0100 Subject: [PATCH] Remove dead code --- minetest.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/minetest.lua b/minetest.lua index 88b0702..e1d28b4 100644 --- a/minetest.lua +++ b/minetest.lua @@ -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 \ No newline at end of file +end \ No newline at end of file