summaryrefslogtreecommitdiffstats
path: root/src/tools/qglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qglobal.h')
-rw-r--r--src/tools/qglobal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/tools/qglobal.h b/src/tools/qglobal.h
index 27f784e..fac387c 100644
--- a/src/tools/qglobal.h
+++ b/src/tools/qglobal.h
@@ -1007,12 +1007,6 @@ Q_EXPORT bool qt_check_pointer( bool c, const char *, int );
# define Q_CHECK_PTR(p)
#endif
-#if !defined(QT_NO_COMPAT) // compatibility with Qt 2
-# if !defined(CHECK_PTR)
-# define CHECK_PTR(x) Q_CHECK_PTR(x)
-# endif
-#endif // QT_NO_COMPAT
-
enum QtMsgType { QtDebugMsg, QtWarningMsg, QtFatalMsg };
typedef void (*QtMsgHandler)(QtMsgType, const char *);