don't override GetSize(), this doesn't work (bug 732758)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-02-12 18:19:12 +00:00
parent 1c2d1459e9
commit 6819fb9bef
2 changed files with 4 additions and 9 deletions

View File

@@ -46,8 +46,6 @@ public:
virtual int GetValue() const;
virtual void SetValue(int);
void GetSize(int *w, int *h) const;
void GetPosition(int *x, int *y) const;
bool Show(bool show = TRUE);