X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9576ca53db96b462ed4c0b4bdf47d64c40203e4..8d99be5f5381dad56492da02c2df1c3ec0750926:/src/mac/data.cpp?ds=sidebyside diff --git a/src/mac/data.cpp b/src/mac/data.cpp index 5e6c418519..138289a5bf 100644 --- a/src/mac/data.cpp +++ b/src/mac/data.cpp @@ -16,7 +16,7 @@ #include "wx/wx.h" #if wxUSE_POSTSCRIPT -#include "wx/postscrp.h" +#include "wx/generic/dcpsg.h" #endif #define _MAXPATHLEN 500 @@ -131,10 +131,6 @@ const char *wxFatalErrorStr = "wxWindows Fatal Error"; const char *wxFloatToStringStr = "%.2f"; const char *wxDoubleToStringStr = "%.2f"; -#if wxUSE_POSTSCRIPT -wxPrintPaperDatabase* wxThePrintPaperDatabase = NULL; -#endif - #if wxUSE_SHARED_LIBRARY ///// Event tables (also must be in one, statically-linked file for shared libraries)