X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ccf05663316e28d964c7d76dc5defe774b59427..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/dcps.h diff --git a/interface/wx/dcps.h b/interface/wx/dcps.h index 0f5ab59229..f98b7968db 100644 --- a/interface/wx/dcps.h +++ b/interface/wx/dcps.h @@ -3,7 +3,7 @@ // Purpose: interface of wxPostScriptDC // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -19,22 +19,12 @@ class wxPostScriptDC : public wxDC { public: + wxPostScriptDC(); + /** Constructs a PostScript printer device context from a wxPrintData object. */ wxPostScriptDC(const wxPrintData& printData); - /** - Return resolution used in PostScript output. - - @see SetResolution() - */ - static int GetResolution() const; - - /** - Set resolution (in pixels per inch) that will be used in PostScript - output. Default is 720ppi. - */ - static void SetResolution(int ppi); };