From 1412e528f83fb6333085cb0cbe00f6a178b951cd Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 18 Apr 2006 21:56:24 +0000 Subject: [PATCH] Removed GetVisible and SetVisible git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_gdiobj.i | 3 --- 1 file changed, 3 deletions(-) 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(); }; -- 2.45.2