]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/printmac.cpp
minor cleanup
[wxWidgets.git] / src / mac / classic / printmac.cpp
index 5befe63b86d1d56e78c353a701395f379eb385f2..1896f32e73b8f520501689c0bb77db9ce4f2b9f7 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "printwin.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 
 #include <stdlib.h>
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxMacPrinter, wxPrinterBase)
 IMPLEMENT_CLASS(wxMacPrintPreview, wxPrintPreviewBase)
-#endif
 
 #if TARGET_CARBON