X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/716b736420b6f9722f44c53931ceeeb23e8e54e4..da468d387db3b7e22b008bf08be2ff6b202508fb:/include/wx/gtk1/notebook.h diff --git a/include/wx/gtk1/notebook.h b/include/wx/gtk1/notebook.h index 035520de8f..a30a9d6ba0 100644 --- a/include/wx/gtk1/notebook.h +++ b/include/wx/gtk1/notebook.h @@ -139,9 +139,6 @@ public: // implementation // -------------- - // callbacks - void OnSize(wxSizeEvent&); - // base class virtuals virtual void AddChild(wxWindow *child); virtual void SetConstraintSizes(bool recurse); @@ -159,7 +156,6 @@ private: uint m_idHandler; // the change page handler id DECLARE_DYNAMIC_CLASS(wxNotebook) - DECLARE_EVENT_TABLE() }; // ----------------------------------------------------------------------------