From 9fa6e8f627d0c61fd5a3b993903a362dc04bf707 Mon Sep 17 00:00:00 2001 From: Morten Sorvig Date: Thu, 29 Sep 2011 14:29:05 +0200 Subject: Clean-up a macro for Cocoa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the usage of Q_MAC_USE_COCOA and Carbon code paths. Change-Id: Ib569ad8c6d9ffe258f454b3c3b06e95294a10112 Reviewed-on: http://codereview.qt-project.org/5100 Reviewed-by: Morten Johan Sørvig Sanity-Review: Morten Johan Sørvig --- src/opengl/qgl_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/opengl/qgl_p.h') diff --git a/src/opengl/qgl_p.h b/src/opengl/qgl_p.h index 668728be20..148cd68c99 100644 --- a/src/opengl/qgl_p.h +++ b/src/opengl/qgl_p.h @@ -78,9 +78,6 @@ class QPixmap; # undef qDebug # endif QT_BEGIN_INCLUDE_NAMESPACE -#ifndef QT_MAC_USE_COCOA -# include -#endif QT_END_INCLUDE_NAMESPACE # ifdef old_qDebug # undef qDebug -- cgit v1.2.3