]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed GetVisible and SetVisible
authorRobin Dunn <robin@alldunn.com>
Tue, 18 Apr 2006 21:56:24 +0000 (21:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 18 Apr 2006 21:56:24 +0000 (21:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_gdiobj.i

index a334c9f2f18381c52328ffae7a2445aa6ce194b4..bdbde3c8df902ec35989b89ccfd8997cab801721 100644 (file)
@@ -22,9 +22,6 @@ public:
     wxGDIObject();
     ~wxGDIObject();
 
-    bool GetVisible();
-    void SetVisible( bool visible );
-
     bool IsNull();
 
 };