refactor: remove unused locals.
This commit is contained in:
parent
8ff3df7f7f
commit
20b2dfa0c7
1 changed files with 0 additions and 4 deletions
|
@ -1,14 +1,10 @@
|
|||
local modname = minetest.get_current_modname()
|
||||
local api = blockgame.tree
|
||||
local vec = blockgame.vector
|
||||
|
||||
-- NODE NAMES
|
||||
|
||||
local log = modname .. ":log"
|
||||
local log_alive = modname .. ":log_alive"
|
||||
local leaves = modname .. ":leaves"
|
||||
local leaves_alive = modname .. ":leaves_alive"
|
||||
local root = modname .. ":root"
|
||||
|
||||
-- END OF NODE NAMES
|
||||
|
||||
|
|
Loading…
Reference in a new issue