summaryrefslogtreecommitdiff
path: root/xps/xpsglyphs.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-01-04 12:44:43 +0000
committerRobin Watts <robin.watts@artifex.com>2016-01-04 12:58:54 +0000
commit240b8f048945a129aacb1e84c7e7b66cf0d5bff1 (patch)
treeb28f750b51d0c108d4e48f898f6598da96533ac5 /xps/xpsglyphs.c
parent8db551f3a3e949035889fcb63188764ca61ab8c1 (diff)
downloadghostpdl-240b8f048945a129aacb1e84c7e7b66cf0d5bff1.tar.gz
Squash Warnings: Unused Var/Var set but not used.
Diffstat (limited to 'xps/xpsglyphs.c')
-rw-r--r--xps/xpsglyphs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xps/xpsglyphs.c b/xps/xpsglyphs.c
index 827d45274..5f1c363d9 100644
--- a/xps/xpsglyphs.c
+++ b/xps/xpsglyphs.c
@@ -434,7 +434,7 @@ xps_parse_glyphs(xps_context_t *ctx,
char *opacity_mask_uri;
char *bidi_level_att;
- char *caret_stops_att;
+ /*char *caret_stops_att;*/
char *fill_att;
char *font_size_att;
char *font_uri_att;
@@ -478,7 +478,7 @@ xps_parse_glyphs(xps_context_t *ctx,
*/
bidi_level_att = xps_att(root, "BidiLevel");
- caret_stops_att = xps_att(root, "CaretStops");
+ /*caret_stops_att = xps_att(root, "CaretStops");*/
fill_att = xps_att(root, "Fill");
font_size_att = xps_att(root, "FontRenderingEmSize");
font_uri_att = xps_att(root, "FontUri");