]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
Fixes so that wxPython builds on 2.7. Mostly removing references to all functions...
[wxWidgets.git] / wxPython / src / _notebook.i
index 472cd23e746029a7d9cf70ca82be13064baf288b..1d9565a5553994a85153574cea6ab36bee70ad6f 100644 (file)
@@ -416,7 +416,7 @@ public:
 %newgroup;
 
 // WXWIN_COMPATIBILITY_2_4
-
+#if 0
 class wxBookCtrlSizer: public wxSizer
 {
 public:
@@ -443,6 +443,6 @@ public:
 
 %pythoncode { NotebookSizer.__init__ = wx._deprecated(NotebookSizer.__init__, "NotebookSizer is no longer needed.") }
 %pythoncode { BookCtrlSizer.__init__ = wx._deprecated(BookCtrlSizer.__init__, "BookCtrlSizer is no longer needed.") }
-
+#endif
 
 //---------------------------------------------------------------------------