removed unused vars declarations

master
root 2020-08-04 14:11:17 +02:00
parent 002def58ee
commit 81526b8325
2 changed files with 0 additions and 5 deletions

View File

@ -5,8 +5,6 @@
-- Thanks to VanessaE, Tenplus1, paramat and all others who
-- contribute to this mod
local modname = "bamboo"
-- internationalization boilerplate
local S = minetest.get_translator(minetest.get_current_modname())

View File

@ -2,9 +2,6 @@
-- Palm Tree
--
local modname = "palm"
local modpath = minetest.get_modpath(modname)
-- internationalization boilerplate
local S = minetest.get_translator(minetest.get_current_modname())