From: Vadim Zeitlin Date: Thu, 23 Jul 1998 16:07:27 +0000 (+0000) Subject: OnSize removed (not needed any more after Robert's fix) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fd4bc7de6510b98ef2502768533c8fc5176a2c19 OnSize removed (not needed any more after Robert's fix) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/notebook.h b/include/wx/gtk/notebook.h index 035520de8f..1f8148d18c 100644 --- a/include/wx/gtk/notebook.h +++ b/include/wx/gtk/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); diff --git a/include/wx/gtk1/notebook.h b/include/wx/gtk1/notebook.h index 035520de8f..1f8148d18c 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);