summaryrefslogtreecommitdiff
path: root/source/fitz/draw-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/fitz/draw-path.c')
-rw-r--r--source/fitz/draw-path.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/fitz/draw-path.c b/source/fitz/draw-path.c
index d809b7d8..64906b7b 100644
--- a/source/fitz/draw-path.c
+++ b/source/fitz/draw-path.c
@@ -45,8 +45,6 @@
special case code in the edgebuffer based rasterizer to cope with this.
*/
-
-
static void
line(fz_context *ctx, fz_rasterizer *rast, fz_matrix ctm, float x0, float y0, float x1, float y1)
{
@@ -839,7 +837,6 @@ fz_stroke_closepath(fz_context *ctx, sctx *s)
fz_gap_rasterizer(ctx, s->rast);
}
-
static void
fz_stroke_bezier(fz_context *ctx, struct sctx *s,
float xa, float ya,