From 5efb3c27079a17b023ca4f1c9babfee00949c876 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Wed, 15 Feb 2012 12:51:15 +0100 Subject: Remove unused config.tests from config.tests/mac/* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The xarch.test and crc.test are not run by configure, so remove them along with the related CFG_MACH_XARCH and QT_NAMESPACE_MAC_CRC configure variables. The kEventClassQt variable in qt_mac_p.h is also unused now, so remove it as well. Change-Id: I596ab9b493ce3164b6a4d40e8942479efc91b60d Reviewed-by: Morten Johan Sørvig Reviewed-by: Oswald Buddenhagen --- src/plugins/platforms/cocoa/qt_mac_p.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/plugins/platforms/cocoa/qt_mac_p.h') diff --git a/src/plugins/platforms/cocoa/qt_mac_p.h b/src/plugins/platforms/cocoa/qt_mac_p.h index 947097294a..8e94880c5a 100644 --- a/src/plugins/platforms/cocoa/qt_mac_p.h +++ b/src/plugins/platforms/cocoa/qt_mac_p.h @@ -80,16 +80,6 @@ class QDragMoveEvent; /* Event masks */ // internal Qt types - // Event class for our own Carbon events. -#if defined(QT_NAMESPACE) && defined(QT_NAMESPACE_MAC_CRC) -// Take the CRC we generated at configure time. This *may* result in a -// collision with another value If that is the case, please change the value -// here to something other than 'Cute'. -const UInt32 kEventClassQt = QT_NAMESPACE_MAC_CRC; -#else -const UInt32 kEventClassQt = 'Cute'; -#endif - enum { //AE types typeAEClipboardChanged = 1, -- cgit v1.2.3