summaryrefslogtreecommitdiff
path: root/lib/mods/theme/core/init.lua
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-02 21:46:20 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-02 22:19:03 +0200
commit3756182bf99335d02f7872c105b5ae5f9b5c4e57 (patch)
treeeb96de37a1c0994406ef2e50f8d44fe17ee817fb /lib/mods/theme/core/init.lua
parent53bf1478ad25f03d6df584371b0653f83ead1b6d (diff)
Lua: Move store handling to C
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 23c76461..c87f9a20 100644
--- a/lib/mods/theme/core/init.lua
+++ b/lib/mods/theme/core/init.lua
@@ -20,9 +20,6 @@ tome_dofile_anywhere(ANGBAND_DIR_CORE, "dungeon.lua")
-- Load the ingame contextual help
tome_dofile_anywhere(ANGBAND_DIR_CORE, "help.lua")
--- let the store specific stuff happen!
-tome_dofile_anywhere(ANGBAND_DIR_CORE, "stores.lua")
-
--------------------------------------------------------------
--------------------------------------------------------------
--------------------------------------------------------------