we do not need xmlreader anymore!

This commit is contained in:
Enno Rehling 2018-05-18 20:43:22 +02:00
parent 6b0f75339f
commit f5d6e6ac6e
1 changed files with 1 additions and 3 deletions

View File

@ -1354,8 +1354,6 @@ void register_xmlreader(void)
xml_register_callback(parse_spellbooks);
xml_register_callback(parse_spells);
xml_register_callback(parse_races);
#endif
xml_register_callback(parse_messages);
#endif
}