X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ccf05663316e28d964c7d76dc5defe774b59427..d0146438fa2127faf54bc692ae4b36f8f992e63b:/interface/wx/dcps.h diff --git a/interface/wx/dcps.h b/interface/wx/dcps.h index 0f5ab59229..067cb380e3 100644 --- a/interface/wx/dcps.h +++ b/interface/wx/dcps.h @@ -2,8 +2,7 @@ // Name: dcps.h // Purpose: interface of wxPostScriptDC // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -19,22 +18,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); };