X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ad24e6dbbb86afb068fd1537c3719298dd1c5ec..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/msw/statbox.h?ds=sidebyside diff --git a/include/wx/msw/statbox.h b/include/wx/msw/statbox.h index 15b25cb4e2..7721ccacb1 100644 --- a/include/wx/msw/statbox.h +++ b/include/wx/msw/statbox.h @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -43,10 +42,6 @@ public: // returns true if the platform should explicitly apply a theme border virtual bool CanApplyThemeBorder() const { return false; } - virtual wxPoint GetClientAreaOrigin() const; - virtual void DoGetClientSize(int *width, int *height) const; - - protected: virtual wxSize DoGetBestSize() const;