X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2646f485163f410baaad5bcf49028c604a352d19..b71e9aa4e2187a7f6469f68812467f2ecb6a3836:/src/mac/classic/printdlg.cpp diff --git a/src/mac/classic/printdlg.cpp b/src/mac/classic/printdlg.cpp index 89f2789250..f982761aa9 100644 --- a/src/mac/classic/printdlg.cpp +++ b/src/mac/classic/printdlg.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "printdlg.h" -#endif - #include "wx/object.h" #include "wx/printdlg.h" #include "wx/dcprint.h" @@ -21,10 +17,8 @@ // Use generic page setup dialog: use your own native one if one exists. -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxPrintDialog, wxDialog) IMPLEMENT_CLASS(wxPageSetupDialog, wxDialog) -#endif wxPrintDialog::wxPrintDialog() {