]> git.saurik.com Git - wxWidgets.git/commitdiff
not needed for CG
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 6 Nov 2005 07:23:14 +0000 (07:23 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 6 Nov 2005 07:23:14 +0000 (07:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/dc.h

index 4140fd6ad2084e9dccddefdead0d5de5f3b060f3..6f4fa22b750a5bf673076cf50398f683da324d1e 100644 (file)
@@ -287,9 +287,11 @@ protected:
     double       m_mm_to_pix_x,m_mm_to_pix_y;
     // not yet used
     bool         m_needComputeScaleX,m_needComputeScaleY;
+#if !wxMAC_USE_CORE_GRAPHICS
     // If un-scrolled is non-zero or d.o. changes with scrolling.
     // Set using SetInternalDeviceOrigin().
     long         m_internalDeviceOriginX,m_internalDeviceOriginY;
+#endif
      // To be set by external classes such as wxScrolledWindow
      // using SetDeviceOrigin()
     long         m_externalDeviceOriginX,m_externalDeviceOriginY;