summaryrefslogtreecommitdiff
path: root/lib/mods/theme/core/init.lua
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-09 17:59:12 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-09 18:15:22 +0200
commit4d77bc8053e1fda66f1e3f805f0a2cb74fba6201 (patch)
treef821a9683b94bfdcfaf14762372d5d096c5c6e71 /lib/mods/theme/core/init.lua
parent465063bdf50bdf30b110bb2c37ab114fb68e4662 (diff)
Lua: Remove Lua help code
Diffstat (limited to 'lib/mods/theme/core/init.lua')
-rw-r--r--lib/mods/theme/core/init.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/mods/theme/core/init.lua b/lib/mods/theme/core/init.lua
index c87f9a20..5abc1571 100644
--- a/lib/mods/theme/core/init.lua
+++ b/lib/mods/theme/core/init.lua
@@ -17,9 +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")
--- Load the ingame contextual help
-tome_dofile_anywhere(ANGBAND_DIR_CORE, "help.lua")
-
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------