diff --git a/wxPython/src/_gdiobj.i b/wxPython/src/_gdiobj.i index a334c9f2f1..bdbde3c8df 100644 --- a/wxPython/src/_gdiobj.i +++ b/wxPython/src/_gdiobj.i @@ -22,9 +22,6 @@ public: wxGDIObject(); ~wxGDIObject(); - bool GetVisible(); - void SetVisible( bool visible ); - bool IsNull(); };