From 5dacf03c57128529219145bafe9cee07d4348e85 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 23 Aug 2003 02:51:21 +0000 Subject: [PATCH] removed duplicate method def git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/windows2.i | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wxPython/src/windows2.i b/wxPython/src/windows2.i index 1a1ec627f6..7ca8d1843b 100644 --- a/wxPython/src/windows2.i +++ b/wxPython/src/windows2.i @@ -231,10 +231,6 @@ public: virtual wxSize CalcSizeFromPage(const wxSize& sizePage) const; #ifdef __WXMSW__ - // Windows-only at present. Also, you must use the wxNB_FIXEDWIDTH - // style. - void SetTabSize(const wxSize& sz); - // Windows only: attempts to apply the UX theme page background to this page void ApplyThemeBackground(wxWindow* window, const wxColour& colour); #endif -- 2.47.2