]> git.saurik.com Git - wxWidgets.git/commitdiff
getting rid of several graf port handling routines
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 30 Dec 2001 09:44:31 +0000 (09:44 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 30 Dec 2001 09:44:31 +0000 (09:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/window.h

index 572b79943116608057695cbec9fe4d2890568442..df3ad419859229ba40ae4ded6cd39658be0339fb 100644 (file)
@@ -240,10 +240,9 @@ public :
        // for compatibility
        void                                MacUpdateImmediately() { Update() ; }
        
-       virtual bool                                            MacSetPortDrawingParams( const Point & localOrigin, const Rect & clipRect, WindowRef window , wxWindowMac* rootwin )  ;
-
-       virtual void                                            MacGetPortParams(Point* localOrigin, Rect* clipRect, WindowRef *window , wxWindowMac** rootwin ) ;
-       virtual void                                            MacGetPortClientParams(Point* localOrigin, Rect* clipRect, WindowRef *window  , wxWindowMac** rootwin) ;
+//     virtual bool                                            MacSetPortDrawingParams( const Point & localOrigin, const Rect & clipRect, WindowRef window , wxWindowMac* rootwin )  ;
+//     virtual void                                            MacGetPortParams(Point* localOrigin, Rect* clipRect, WindowRef *window , wxWindowMac** rootwin ) ;
+//     virtual void                                            MacGetPortClientParams(Point* localOrigin, Rect* clipRect, WindowRef *window  , wxWindowMac** rootwin) ;
        const wxBrush&                      MacGetBackgroundBrush() ;
     const wxRegion&                     MacGetVisibleRegion() ;
        bool                                                            MacIsWindowScrollbar( const wxScrollBar* sb ) { return (m_hScrollBar == sb || m_vScrollBar == sb) ; }