summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2021-02-03 18:33:32 +0000
committerVanessa Dannenberg <vanessa.e.dannenberg@gmail.com>2021-02-03 18:33:32 +0000
commit2294a235826810864c1dbae7db644dfbc4722e6c (patch)
tree209123555632877e60d5145392fba67e7c02141e /init.lua
parent8322f256c5c7f3f1fc6e64880d9a160286e0a0cb (diff)
parentb2d2ccbcba41620f7d4d818ec125e6ed3e7093ee (diff)
downloadpipeworks-2294a235826810864c1dbae7db644dfbc4722e6c.tar
pipeworks-2294a235826810864c1dbae7db644dfbc4722e6c.tar.gz
pipeworks-2294a235826810864c1dbae7db644dfbc4722e6c.tar.bz2
pipeworks-2294a235826810864c1dbae7db644dfbc4722e6c.tar.xz
pipeworks-2294a235826810864c1dbae7db644dfbc4722e6c.zip
Merge branch 'm_unused_code_removal' into 'master'
Remove or comment unused code and declare some variables local See merge request VanessaE/pipeworks!33
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.lua b/init.lua
index d3ad576..f13c2de 100644
--- a/init.lua
+++ b/init.lua
@@ -6,8 +6,6 @@
pipeworks = {}
-local DEBUG = false
-
pipeworks.worldpath = minetest.get_worldpath()
pipeworks.modpath = minetest.get_modpath("pipeworks")
local S = minetest.get_translator("pipeworks")