[poppler] poppler/CairoOutputDev.h
Albert Astals Cid
aacid at kemper.freedesktop.org
Fri Feb 2 22:22:53 UTC 2018
poppler/CairoOutputDev.h | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 8cfe91ae51fa50e66217c6bbcb236ec3a267e45e
Author: Albert Astals Cid <aacid at kde.org>
Date: Fri Feb 2 23:22:33 2018 +0100
CairoOutputDev: Remove two unused member variables
diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h
index 451fa789..260e447e 100644
--- a/poppler/CairoOutputDev.h
+++ b/poppler/CairoOutputDev.h
@@ -335,7 +335,6 @@ protected:
GBool printing;
GBool use_show_text_glyphs;
GBool text_matrix_valid;
- cairo_surface_t *surface;
cairo_glyph_t *glyphs;
int glyphCount;
cairo_text_cluster_t *clusters;
@@ -359,7 +358,6 @@ protected:
cairo_pattern_t *shape;
cairo_pattern_t *mask;
cairo_matrix_t mask_matrix;
- cairo_surface_t *cairo_shape_surface;
cairo_t *cairo_shape;
int knockoutCount;
struct ColorSpaceStack {
More information about the poppler
mailing list