progress message passed to wxDC::StartDoc() is not appropriate for PostScript document title

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-09-21 08:49:08 +00:00
parent aef06ee169
commit 0c75b29e1e
2 changed files with 1 additions and 5 deletions

View File

@@ -131,7 +131,6 @@ protected:
void DoGetSizeMM(int *width, int *height) const;
FILE* m_pstream; // PostScript output stream
wxString m_title;
unsigned char m_currentRed;
unsigned char m_currentGreen;
unsigned char m_currentBlue;