From 2582f7e21ec079d2d611ad748d5fc77ea3ce3938 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 22 Oct 2018 19:39:32 +0200 Subject: Remove extra blank lines. --- source/fitz/draw-path.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/fitz/draw-path.c') 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, -- cgit v1.2.3