]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/wizard.cpp
Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it.
[wxWidgets.git] / src / generic / wizard.cpp
index 515be9b70fb4ded7c09ad3c06155ae4404d54edb..bc07fcce141b78b70e06ebf79bee12da65c7bb57 100644 (file)
@@ -812,25 +812,6 @@ void wxWizard::OnWizEvent(wxWizardEvent& event)
     }
 }
 
-// ----------------------------------------------------------------------------
-// our public interface
-// ----------------------------------------------------------------------------
-
-#if WXWIN_COMPATIBILITY_2_2
-
-/* static */
-wxWizard *wxWizardBase::Create(wxWindow *parent,
-                               int id,
-                               const wxString& title,
-                               const wxBitmap& bitmap,
-                               const wxPoint& pos,
-                               const wxSize& WXUNUSED(size))
-{
-    return new wxWizard(parent, id, title, bitmap, pos);
-}
-
-#endif // WXWIN_COMPATIBILITY_2_2
-
 // ----------------------------------------------------------------------------
 // wxWizardEvent
 // ----------------------------------------------------------------------------