X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/dcps.h diff --git a/interface/wx/dcps.h b/interface/wx/dcps.h index b533506563..067cb380e3 100644 --- a/interface/wx/dcps.h +++ b/interface/wx/dcps.h @@ -2,7 +2,6 @@ // Name: dcps.h // Purpose: interface of wxPostScriptDC // Author: wxWidgets team -// RCS-ID: $Id$ // 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() - */ - virtual int GetResolution() const; - - /** - Set resolution (in pixels per inch) that will be used in PostScript - output. Default is 720ppi. - */ - virtual wxRect GetPaperRect() const; };