]> git.saurik.com Git - wxWidgets.git/commitdiff
removed DoGetSize implementation
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 24 May 2003 07:39:01 +0000 (07:39 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 24 May 2003 07:39:01 +0000 (07:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/dc.h

index 6b1b7be2b0caa7d918666a891039c5ac57b38f72..78b133895027c7982e2ae709f9352f74d65347c6 100644 (file)
@@ -236,7 +236,6 @@ protected:
         GetClippingBox(x, y, width, height);
     }
 
-    virtual void DoGetSize(int *width, int *height) const;
     virtual void DoGetSizeMM(int* width, int* height) const;
 
     virtual void DoDrawLines(int n, wxPoint points[],