X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..8b4457965a0c0d0ef828dbf7cca3d2f947083054:/src/mac/classic/filedlg.cpp?ds=inline diff --git a/src/mac/classic/filedlg.cpp b/src/mac/classic/filedlg.cpp index 59807f398d..920f82b3b3 100644 --- a/src/mac/classic/filedlg.cpp +++ b/src/mac/classic/filedlg.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "filedlg.h" -#endif - #include "wx/defs.h" #include "wx/app.h" #include "wx/utils.h" @@ -26,9 +22,7 @@ #include "PLStringFuncs.h" #endif -#if !USE_SHARED_LIBRARY IMPLEMENT_CLASS(wxFileDialog, wxFileDialogBase) -#endif // begin wxmac