]> git.saurik.com Git - wxWidgets.git/commitdiff
removed duplicate method def
authorRobin Dunn <robin@alldunn.com>
Sat, 23 Aug 2003 02:51:21 +0000 (02:51 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 23 Aug 2003 02:51:21 +0000 (02:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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