summaryrefslogtreecommitdiff
path: root/lib/mods/theme
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-11 20:28:52 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-19 18:36:20 +0200
commitc6323f4a7db11a34ef0767c629364ca5474b55f1 (patch)
treeb813c4e68816b4b301093dc825b522454c4bb712 /lib/mods/theme
parentf9df262f44fe8b971813d9f136d8a6c6f44a0251 (diff)
Lua: Remove dead 'dungeon.lua'
Diffstat (limited to 'lib/mods/theme')
-rw-r--r--lib/mods/theme/core/dungeon.lua9
-rw-r--r--lib/mods/theme/core/init.lua1
2 files changed, 0 insertions, 10 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
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")