Skip to content

Commit

Permalink
type1-subset: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjohnson committed Nov 3, 2012
1 parent 9f53715 commit cf07bd8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/cairo-type1-subset.c
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@ cairo_type1_font_subset_parse_charstring (cairo_type1_font_subset_t *font,
unsigned char *charstring;
const unsigned char *end;
const unsigned char *p;
cairo_bool_t last_op_was_integer;
int command;

charstring = malloc (encrypted_charstring_length);
Expand All @@ -797,10 +796,7 @@ cairo_type1_font_subset_parse_charstring (cairo_type1_font_subset_t *font,
encrypted_charstring_length,
charstring);
end = charstring + encrypted_charstring_length;

p = charstring + font->lenIV;

last_op_was_integer = FALSE;
status = CAIRO_STATUS_SUCCESS;
while (p < end) {
if (*p < 32) {
Expand Down

0 comments on commit cf07bd8

Please sign in to comment.