summaryrefslogtreecommitdiff
path: root/lib/mods/theme/core/dungeon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mods/theme/core/dungeon.lua')
-rw-r--r--lib/mods/theme/core/dungeon.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/mods/theme/core/dungeon.lua b/lib/mods/theme/core/dungeon.lua
deleted file mode 100644
index 13030eac..00000000
--- a/lib/mods/theme/core/dungeon.lua
+++ /dev/null
@@ -1,9 +0,0 @@
--- Internal lua file in charge of dungeon stuff
-
-function dungeon(d_idx)
- return d_info[1 + d_idx]
-end
-
-function explode_dir(dir)
- return ddy[dir + 1], ddx[dir + 1]
-end