From 72590485ab9bbc0c689df535cb0658b5d0d63288 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Tue, 27 Apr 2010 15:02:50 +0200 Subject: Remove legacy macros. Task-number: QTBUG-8434 Reviewed-by: Morten Sorvig --- src/gui/kernel/qmacdefines_mac.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/gui/kernel/qmacdefines_mac.h b/src/gui/kernel/qmacdefines_mac.h index d767470..d190d23 100644 --- a/src/gui/kernel/qmacdefines_mac.h +++ b/src/gui/kernel/qmacdefines_mac.h @@ -94,12 +94,6 @@ Yes, it is an informative comment ;-) #include -#undef OLD_DEBUG -#ifdef DEBUG -# define OLD_DEBUG DEBUG -# undef DEBUG -#endif -#define DEBUG 0 #ifdef qDebug # define old_qDebug qDebug # undef qDebug @@ -179,12 +173,6 @@ typedef AERecord AppleEvent; #undef check #endif -#undef DEBUG -#ifdef OLD_DEBUG -# define DEBUG OLD_DEBUG -# undef OLD_DEBUG -#endif - #ifdef old_qDebug # undef qDebug # define qDebug QT_NO_QDEBUG_MACRO -- cgit v0.12