summaryrefslogtreecommitdiff
path: root/source/fitz/draw-path.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-10-22 19:39:32 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-10-23 18:46:01 +0200
commit2582f7e21ec079d2d611ad748d5fc77ea3ce3938 (patch)
tree6745a15f6389de3635d17ffb1495b7de1a4aed25 /source/fitz/draw-path.c
parent17e5b245e8f0da3287097684f81d470cec8de991 (diff)
downloadmupdf-2582f7e21ec079d2d611ad748d5fc77ea3ce3938.tar.xz
Remove extra blank lines.
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,