Remove #undef new/delete before Qt includes

This has not been necessary anymore since a1885006 ("Remove MS CRT
memory management debugging").
master
Lukas Werling 2019-02-19 15:35:00 +01:00
parent 60841c1d96
commit 319dc87eea
2 changed files with 0 additions and 5 deletions

View File

@ -21,9 +21,6 @@
#ifdef WITH_QT_EDITOR
// Avoid some name conflicts
#undef new
#undef delete
// disable OPENGL_ES
// (not necessery if Qt is compiled with -opengl desktop)
//#define QT_OPENGL_ES_2

View File

@ -528,8 +528,6 @@ bool CStdGLCtx::PageFlip()
#endif // USE_*
#ifdef WITH_QT_EDITOR
#undef new
#undef delete
#include <QOpenGLWidget>
#include <QOpenGLContext>
#include <QOffscreenSurface>