]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows2.i
removed duplicate method def
[wxWidgets.git] / wxPython / src / windows2.i
index 1a1ec627f669fb0751243071af932b84a08a0179..7ca8d1843bd24b453497f65c454e961aed6f282b 100644 (file)
@@ -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