summaryrefslogtreecommitdiff
path: root/src/map/magic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic.cpp')
-rw-r--r--src/map/magic.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/magic.cpp b/src/map/magic.cpp
index fd848f5..2e521b2 100644
--- a/src/map/magic.cpp
+++ b/src/map/magic.cpp
@@ -104,8 +104,3 @@ int magic_message(dumb_ptr<map_session_data> caster, XString source_invocation)
return 0; /* Not a spell */
}
-
-void do_init_magic(void)
-{
- magic_init(MAGIC_CONFIG_FILE);
-}