summaryrefslogtreecommitdiff
path: root/src/cairo-path-bounds.c
diff options
context:
space:
mode:
authorBrian Ewins <Brian.Ewins@gmail.com>2008-01-20 03:21:41 +0000
committerCarl Worth <cworth@cworth.org>2008-01-21 12:06:36 -0800
commit3270ae6a65105787942da8309fa874ee65bc79fe (patch)
tree7567f7007efd0c2a1779992d7b13d7558cc238bf /src/cairo-path-bounds.c
parent4177208be63caa3128eaf07428f3d4617fcd18e0 (diff)
downloadcairo-3270ae6a65105787942da8309fa874ee65bc79fe.tar.gz
[path] Use new interpret_flat infrastructure for path_count.
Refactor to reduce duplication of path flattening code.
Diffstat (limited to 'src/cairo-path-bounds.c')
-rw-r--r--src/cairo-path-bounds.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cairo-path-bounds.c b/src/cairo-path-bounds.c
index 96529345a..f996977be 100644
--- a/src/cairo-path-bounds.c
+++ b/src/cairo-path-bounds.c
@@ -61,12 +61,6 @@ static cairo_status_t
_cairo_path_bounder_line_to (void *closure, cairo_point_t *point);
static cairo_status_t
-_cairo_path_bounder_curve_to (void *closure,
- cairo_point_t *b,
- cairo_point_t *c,
- cairo_point_t *d);
-
-static cairo_status_t
_cairo_path_bounder_close_path (void *closure);
static void