summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/core/dungeon.lua9
-rw-r--r--lib/core/init.lua1
-rw-r--r--lib/mods/theme/core/dungeon.lua9
-rw-r--r--lib/mods/theme/core/init.lua1
4 files changed, 0 insertions, 20 deletions
diff --git a/lib/core/dungeon.lua b/lib/core/dungeon.lua
deleted file mode 100644
index 13030eac..00000000
--- a/lib/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
diff --git a/lib/core/init.lua b/lib/core/init.lua
index be3d40a3..4df54799 100644
--- a/lib/core/init.lua
+++ b/lib/core/init.lua
@@ -11,4 +11,3 @@ tome_dofile_anywhere(ANGBAND_DIR_CORE, "util.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "player.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "objects.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "monsters.lua")
-tome_dofile_anywhere(ANGBAND_DIR_CORE, "dungeon.lua")
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
diff --git a/lib/mods/theme/core/init.lua b/lib/mods/theme/core/init.lua
index be3d40a3..4df54799 100644
--- a/lib/mods/theme/core/init.lua
+++ b/lib/mods/theme/core/init.lua
@@ -11,4 +11,3 @@ tome_dofile_anywhere(ANGBAND_DIR_CORE, "util.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "player.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "objects.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "monsters.lua")
-tome_dofile_anywhere(ANGBAND_DIR_CORE, "dungeon.lua")