diff options
Diffstat (limited to 'src/configuration.cpp')
-rw-r--r-- | src/configuration.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/configuration.cpp b/src/configuration.cpp index 6c1a57c5..e8e673b3 100644 --- a/src/configuration.cpp +++ b/src/configuration.cpp @@ -35,13 +35,6 @@ #include "configlistener.h" #include "log.h" -// MSVC libxml2 at the moment doesn't work right when using MinGW, missing this -// function at link time. -#ifdef WIN32 -#undef xmlFree -#define xmlFree(x) ; -#endif - void Configuration::init(const std::string &filename) { configPath = filename; |