summaryrefslogtreecommitdiff
path: root/lib/mods/theme/core/init.lua
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-19 18:32:22 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-19 18:36:21 +0200
commit6add91e17080e06cae938a31c53c94e59c7f0bfb (patch)
treef9dc96f02473e3e5b026534253527add74ce5b39 /lib/mods/theme/core/init.lua
parent66c6fdeaa54e9067b33cb8431f8181a1b928f19f (diff)
Lua: Move automatizer 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 51dfc1d2..44ef9a7a 100644
--- a/lib/mods/theme/core/init.lua
+++ b/lib/mods/theme/core/init.lua
@@ -3,9 +3,6 @@
-- Load the system functions
--
--- Very thin xml parser(49 lines ;)
-tome_dofile_anywhere(ANGBAND_DIR_CORE, "xml.lua")
-
-- various vital helper code
tome_dofile_anywhere(ANGBAND_DIR_CORE, "util.lua")
tome_dofile_anywhere(ANGBAND_DIR_CORE, "player.lua")