diff options
Diffstat (limited to 'source/fitz')
-rw-r--r-- | source/fitz/draw-device.c | 2 | ||||
-rw-r--r-- | source/fitz/draw-edge.c | 1 | ||||
-rw-r--r-- | source/fitz/store.c | 1 | ||||
-rw-r--r-- | source/fitz/trace-device.c | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/source/fitz/draw-device.c b/source/fitz/draw-device.c index fad44050..b2819a0b 100644 --- a/source/fitz/draw-device.c +++ b/source/fitz/draw-device.c @@ -99,7 +99,6 @@ static void stack_change(fz_context *ctx, fz_draw_device *dev, char *s) #define STACK_CONVERT(A) do {} while (0) #endif - static void fz_grow_stack(fz_context *ctx, fz_draw_device *dev) { int max = dev->stack_cap * 2; @@ -511,7 +510,6 @@ fz_draw_clip_stroke_path(fz_context *ctx, fz_device *devp, fz_path *path, const } } - static void draw_glyph(unsigned char *colorbv, fz_pixmap *dst, fz_glyph *glyph, int xorig, int yorig, const fz_irect *scissor) diff --git a/source/fitz/draw-edge.c b/source/fitz/draw-edge.c index c53548ab..8bc87608 100644 --- a/source/fitz/draw-edge.c +++ b/source/fitz/draw-edge.c @@ -504,7 +504,6 @@ fz_sort_gel(fz_context *ctx, fz_gel *gel) int h, i, k; fz_edge t; - /* quick sort for long lists */ if (n > 10000) { diff --git a/source/fitz/store.c b/source/fitz/store.c index dd1cb784..ce83e87f 100644 --- a/source/fitz/store.c +++ b/source/fitz/store.c @@ -653,4 +653,3 @@ fz_shrink_store(fz_context *ctx, unsigned int percent) return success; } - diff --git a/source/fitz/trace-device.c b/source/fitz/trace-device.c index 105f7e6b..5ea716b4 100644 --- a/source/fitz/trace-device.c +++ b/source/fitz/trace-device.c @@ -70,7 +70,6 @@ trace_close(fz_context *ctx, void *arg) printf("<closepath/>\n"); } - static const fz_path_processor trace_path_proc = { trace_moveto, |