From defaf7a501ef88e46b1e95d916130940e084c077 Mon Sep 17 00:00:00 2001 From: Gerald Schmidt Date: Thu, 27 Sep 2018 09:14:38 +0100 Subject: [PATCH] removed wxDEBUG_LEVEL redefinition --- src/xmlcopyeditor.cpp | 2 +- src/xmlcopyeditor.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 8d3106f..886ae52 100644 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -782,7 +782,7 @@ MyFrame::MyFrame(const wxString &title, wxFileConfig *configParameter, // Initialize Xerces-C++ WrapXerces::Init(libxmlNetAccess); -#if _XERCES_VERSION >= 30100 && wxDEBUG_LEVEL > 0 +#if _XERCES_VERSION >= 30100 && wxDEBUG_LEVEL > 1 if (XMLPlatformUtils::fgSSE2ok && xercescSSE2Warning && wxTheApp->argc == 1) { xercescSSE2Warning = wxMessageBox( diff --git a/src/xmlcopyeditor.h b/src/xmlcopyeditor.h index a9c520f..e691807 100644 --- a/src/xmlcopyeditor.h +++ b/src/xmlcopyeditor.h @@ -21,8 +21,6 @@ #ifndef XMLCOPYEDITOR_H #define XMLCOPYEDITOR_H -#define wxDEBUG_LEVEL 0 - #ifdef __WXOSX__ #define wxMAC_USE_NATIVE_TOOLBAR 1 #endif