Removed GetVisible and SetVisible

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-04-18 21:56:24 +00:00
parent e0de65e8b8
commit 1412e528f8

View File

@ -22,9 +22,6 @@ public:
wxGDIObject();
~wxGDIObject();
bool GetVisible();
void SetVisible( bool visible );
bool IsNull();
};