summaryrefslogtreecommitdiff
path: root/lib/mods/theme/core/init.lua
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-11 17:55:32 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-11 17:55:32 +0200
commit8c31b55cffc3d1d85b90126a9dd2ba6526723fcd (patch)
tree0a0522491486c02b19ff9a7437ce5d2fa41bc5da /lib/mods/theme/core/init.lua
parentf802db8cbf123d07c8a373b0cfc4188de34f386e (diff)
Lua: Remove empty gods.lua.
Diffstat (limited to 'lib/mods/theme/core/init.lua')
-rw-r--r--lib/mods/theme/core/init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mods/theme/core/init.lua b/lib/mods/theme/core/init.lua
index d294adb4..35f820d3 100644
--- a/lib/mods/theme/core/init.lua
+++ b/lib/mods/theme/core/init.lua
@@ -17,7 +17,6 @@ tome_dofile_anywhere(ANGBAND_DIR_CORE, "monsters.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "building.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "dungeon.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "s_aux.lua")
-tome_dofile_anywhere(ANGBAND_DIR_CORE, "gods.lua")
-- Load the ingame contextual help
tome_dofile_anywhere(ANGBAND_DIR_CORE, "help.lua")