summaryrefslogtreecommitdiff
path: root/util.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util.lua')
-rw-r--r--util.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/util.lua b/util.lua
index b0588e3..354edcd 100644
--- a/util.lua
+++ b/util.lua
@@ -1,7 +1,5 @@
-- A random assortment of methods used in various places in this mod.
-digtron = {}
-
dofile( minetest.get_modpath( "digtron" ) .. "/util_item_place_node.lua" ) -- separated out to avoid potential for license complexity
dofile( minetest.get_modpath( "digtron" ) .. "/util_execute_cycle.lua" ) -- separated out simply for tidiness, there's some big code in there