X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94c09a19ec0406118b51b60657232ea3b14d6c4f..da9e956384a0619a0ecaa0bd1e4ba26b133b60a9:/src/generic/wizard.cpp?ds=inline 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 // ----------------------------------------------------------------------------