From a8ae8759f51a283fc1d65b055eda8e401d9ccf2e Mon Sep 17 00:00:00 2001 From: Andrea Canciani Date: Thu, 9 Dec 2010 22:00:01 +0100 Subject: path: Always interpret in forward direction Path are always interpreted in forward direction, so the ability of interpreting in the opposite direction (which is very unlikely to be useful at all) can be removed. --- src/cairo-type1-fallback.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cairo-type1-fallback.c') diff --git a/src/cairo-type1-fallback.c b/src/cairo-type1-fallback.c index 62ffe927b..39bc53ff7 100644 --- a/src/cairo-type1-fallback.c +++ b/src/cairo-type1-fallback.c @@ -407,7 +407,6 @@ cairo_type1_font_create_charstring (cairo_type1_font_t *font, path_info.type = type; if (emit_path) { status = _cairo_path_fixed_interpret (scaled_glyph->path, - CAIRO_DIRECTION_FORWARD, _charstring_move_to, _charstring_line_to, _charstring_curve_to, -- cgit v1.2.1