X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6056257ab676ea10a51ef96e19b1f1092f95b40..9e392a09f1d058c5d46e686cea418724e2476f87:/wxPython/src/gdi.i diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index 7ed99fbc21..48cbbb569b 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -16,9 +16,6 @@ %{ #include "helpers.h" #include -#ifndef __WXMSW__ -#include -#endif #include #include #include @@ -1064,15 +1061,6 @@ public: //--------------------------------------------------------------------------- -#ifndef __WXMSW__ -class wxPostScriptDC : public wxDC { -public: - wxPostScriptDC(const wxString& output, bool interactive = TRUE, wxWindow* win = NULL); -}; -#endif - -//--------------------------------------------------------------------------- - #ifdef __WXMSW__