From 0d68a5aabf4f93236df95da8836ecf62c4e92593 Mon Sep 17 00:00:00 2001 From: Morten Johan Sorvig Date: Tue, 28 Feb 2012 12:37:55 +0100 Subject: Remove Mac qDebug ifdefs. Make qDebug work again with the new logging framework. Change-Id: Ib88a83182429636b274d6284933d5ea00db7279c Reviewed-by: Bradley T. Hughes --- src/plugins/platforms/cocoa/qmacdefines_mac.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/plugins') diff --git a/src/plugins/platforms/cocoa/qmacdefines_mac.h b/src/plugins/platforms/cocoa/qmacdefines_mac.h index a35df47227..d89e313bcb 100644 --- a/src/plugins/platforms/cocoa/qmacdefines_mac.h +++ b/src/plugins/platforms/cocoa/qmacdefines_mac.h @@ -93,11 +93,6 @@ Yes, it is an informative comment ;-) #include -#ifdef qDebug -# define old_qDebug qDebug -# undef qDebug -#endif - #ifdef __LP64__ typedef signed int OSStatus; #else @@ -149,9 +144,3 @@ typedef AERecord AppleEvent; #ifdef check #undef check #endif - -#ifdef old_qDebug -# undef qDebug -# define qDebug QT_NO_QDEBUG_MACRO -# undef old_qDebug -#endif -- cgit v1.2.3