summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpdf_p.h
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2013-12-29 20:25:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-09 18:15:50 +0100
commitc07c9bcf4a645df3a7ec400ec8fe1298129eff79 (patch)
treeca61c5965a68a4ca128cf480754c745edf8290cd /src/gui/painting/qpdf_p.h
parent62c4e288a11769bde45c9c74d731ed8628303f19 (diff)
QPdfPaintEngine - Remove postscript flag
Remove a now unneeded postscript flag. Change-Id: I307e4a64aa7ba4eed396530ffbf3bca5ae73e9c2 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/gui/painting/qpdf_p.h')
-rw-r--r--src/gui/painting/qpdf_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/painting/qpdf_p.h b/src/gui/painting/qpdf_p.h
index 54530d0f78..ae2d4b00ac 100644
--- a/src/gui/painting/qpdf_p.h
+++ b/src/gui/painting/qpdf_p.h
@@ -250,7 +250,6 @@ public:
void newPage();
- bool postscript;
int currentObject;
QPdfPage* currentPage;