X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57bf907d8e45ced18486d74c04f41c06034b7e65..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/dcps.h diff --git a/interface/wx/dcps.h b/interface/wx/dcps.h index 614d53d723..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() - */ - virtual int GetResolution() const; - - /** - Set resolution (in pixels per inch) that will be used in PostScript - output. Default is 720ppi. - */ - virtual wxRect GetPaperRect() const; };