removed wxDEBUG_LEVEL redefinition

This commit is contained in:
Gerald Schmidt 2018-09-27 09:14:38 +01:00
parent 24d02b284f
commit defaf7a501
2 changed files with 1 additions and 3 deletions

View File

@ -782,7 +782,7 @@ MyFrame::MyFrame(const wxString &title, wxFileConfig *configParameter,
// Initialize Xerces-C++ // Initialize Xerces-C++
WrapXerces::Init(libxmlNetAccess); WrapXerces::Init(libxmlNetAccess);
#if _XERCES_VERSION >= 30100 && wxDEBUG_LEVEL > 0 #if _XERCES_VERSION >= 30100 && wxDEBUG_LEVEL > 1
if (XMLPlatformUtils::fgSSE2ok && xercescSSE2Warning && wxTheApp->argc == 1) { if (XMLPlatformUtils::fgSSE2ok && xercescSSE2Warning && wxTheApp->argc == 1) {
xercescSSE2Warning = xercescSSE2Warning =
wxMessageBox( wxMessageBox(

View File

@ -21,8 +21,6 @@
#ifndef XMLCOPYEDITOR_H #ifndef XMLCOPYEDITOR_H
#define XMLCOPYEDITOR_H #define XMLCOPYEDITOR_H
#define wxDEBUG_LEVEL 0
#ifdef __WXOSX__ #ifdef __WXOSX__
#define wxMAC_USE_NATIVE_TOOLBAR 1 #define wxMAC_USE_NATIVE_TOOLBAR 1
#endif #endif