From fd4bc7de6510b98ef2502768533c8fc5176a2c19 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 23 Jul 1998 16:07:27 +0000 Subject: [PATCH] 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 --- include/wx/gtk/notebook.h | 3 --- include/wx/gtk1/notebook.h | 3 --- 2 files changed, 6 deletions(-) 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); -- 2.50.0