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