X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94c09a19ec0406118b51b60657232ea3b14d6c4f..7e81aa035ccbe28af54822e40607779d57d1b004:/src/generic/wizard.cpp diff --git a/src/generic/wizard.cpp b/src/generic/wizard.cpp index 515be9b70f..bc07fcce14 100644 --- a/src/generic/wizard.cpp +++ b/src/generic/wizard.cpp @@ -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 // ----------------------------------------------------------------------------