From 30f1ed9e442b0d749fbebcd7e34b537c9692183a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 18 Feb 2005 20:20:18 +0000 Subject: [PATCH] guard quartz specific code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dcscreen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mac/carbon/dcscreen.cpp b/src/mac/carbon/dcscreen.cpp index f5012952b9..6f7d714228 100644 --- a/src/mac/carbon/dcscreen.cpp +++ b/src/mac/carbon/dcscreen.cpp @@ -37,7 +37,6 @@ wxScreenDC::wxScreenDC() #if wxMAC_USE_CORE_GRAPHICS m_macLocalOriginInPort = m_macLocalOrigin ; #endif - BitMap screenBits; GetQDGlobalsScreenBits( &screenBits ); m_minX = screenBits.bounds.left ; -- 2.47.2