X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..ab9d0a8ca3d306898d92960ecfaefb8c1191b18a:/include/wx/msw/statbox.h diff --git a/include/wx/msw/statbox.h b/include/wx/msw/statbox.h index 5bce253763..06956d91b5 100644 --- a/include/wx/msw/statbox.h +++ b/include/wx/msw/statbox.h @@ -39,14 +39,6 @@ public: long style = 0, const wxString& name = wxStaticBoxNameStr); - // implementation from now on - // -------------------------- - - virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); - - // overriden base class virtuals - virtual bool AcceptsFocus() const { return FALSE; } - protected: virtual wxSize DoGetBestSize() const;