]> git.saurik.com Git - wxWidgets.git/commitdiff
we are always compositing on the supported OS versions
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 11 Aug 2006 04:01:55 +0000 (04:01 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 11 Aug 2006 04:01:55 +0000 (04:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/toplevel.h

index 90c340076b5a24bab1da8deac3b36a3b62142918..b50b7160b649d7595d57a66c07fb0bbab0a78e66 100644 (file)
@@ -99,7 +99,6 @@ public:
 
     virtual void MacSetBackgroundBrush( const wxBrush &brush ) ;
 
 
     virtual void MacSetBackgroundBrush( const wxBrush &brush ) ;
 
-    bool MacUsesCompositing() { return m_macUsesCompositing; }
     virtual void MacInstallTopLevelWindowEventHandler() ;
 
     bool MacGetMetalAppearance() const ;
     virtual void MacInstallTopLevelWindowEventHandler() ;
 
     bool MacGetMetalAppearance() const ;
@@ -126,8 +125,7 @@ protected:
     // should the frame be maximized when it will be shown? set by Maximize()
     // when it is called while the frame is hidden
     bool m_maximizeOnShow;
     // should the frame be maximized when it will be shown? set by Maximize()
     // when it is called while the frame is hidden
     bool m_maximizeOnShow;
-    bool m_macUsesCompositing ;
-
     WXWindow m_macWindow ;
 
     wxWindowMac* m_macFocus ;
     WXWindow m_macWindow ;
 
     wxWindowMac* m_macFocus ;