diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/fitz/draw-blend.c | 2 | ||||
-rw-r--r-- | source/fitz/draw-edge.c | 1 | ||||
-rw-r--r-- | source/fitz/error.c | 1 | ||||
-rw-r--r-- | source/fitz/filter-jbig2.c | 1 | ||||
-rw-r--r-- | source/fitz/harfbuzz.c | 1 | ||||
-rw-r--r-- | source/fitz/load-bmp.c | 1 | ||||
-rw-r--r-- | source/fitz/load-pnm.c | 1 | ||||
-rw-r--r-- | source/fitz/memento.c | 1 |
8 files changed, 1 insertions, 8 deletions
diff --git a/source/fitz/draw-blend.c b/source/fitz/draw-blend.c index 942481c1..e8d71932 100644 --- a/source/fitz/draw-blend.c +++ b/source/fitz/draw-blend.c @@ -596,7 +596,7 @@ fz_blend_pixmap(fz_pixmap * restrict dst, fz_pixmap * restrict src, int alpha, i /* TODO: fix this hack! */ if (isolated && alpha < 255) { - unsigned char *sp2; + unsigned char *sp2; int nn; h = src->h; sp2 = src->samples; diff --git a/source/fitz/draw-edge.c b/source/fitz/draw-edge.c index 03739ee1..cd6a525f 100644 --- a/source/fitz/draw-edge.c +++ b/source/fitz/draw-edge.c @@ -203,7 +203,6 @@ fz_set_graphics_aa_level(fz_context *ctx, int level) #endif } - /* * Global Edge List -- list of straight path segments for scan conversion * diff --git a/source/fitz/error.c b/source/fitz/error.c index eedc35bb..dfab5e08 100644 --- a/source/fitz/error.c +++ b/source/fitz/error.c @@ -54,7 +54,6 @@ void fz_warn(fz_context *ctx, const char *fmt, ...) va_end(ap); } - /* Error context */ /* When we first setjmp, code is set to 0. Whenever we throw, we add 2 to diff --git a/source/fitz/filter-jbig2.c b/source/fitz/filter-jbig2.c index 63ad039f..de5379be 100644 --- a/source/fitz/filter-jbig2.c +++ b/source/fitz/filter-jbig2.c @@ -83,7 +83,6 @@ jbig2_message(const char *msg, JB2_Message_Level level, void *userdata) } } - static JB2_Size_T JB2_Callback jbig2_read(unsigned char *buf, JB2_Size_T offset, JB2_Size_T size, void *userdata) { diff --git a/source/fitz/harfbuzz.c b/source/fitz/harfbuzz.c index 9afd9e40..c4a0c5f9 100644 --- a/source/fitz/harfbuzz.c +++ b/source/fitz/harfbuzz.c @@ -49,7 +49,6 @@ * about this. */ - /* Potentially we can write different versions * of get_context and set_context for different * threading systems. diff --git a/source/fitz/load-bmp.c b/source/fitz/load-bmp.c index 5e630b5a..21852128 100644 --- a/source/fitz/load-bmp.c +++ b/source/fitz/load-bmp.c @@ -486,7 +486,6 @@ bmp_decompress_rle24(fz_context *ctx, struct info *info, unsigned char *p, unsig return decompressed; } - static unsigned char * bmp_decompress_rle8(fz_context *ctx, struct info *info, unsigned char *p, unsigned char **end) { diff --git a/source/fitz/load-pnm.c b/source/fitz/load-pnm.c index 6fc911e1..77e608fb 100644 --- a/source/fitz/load-pnm.c +++ b/source/fitz/load-pnm.c @@ -217,7 +217,6 @@ pnm_binary_read_image(fz_context *ctx, struct info *pnm, unsigned char *p, unsig p = pnm_read_number(ctx, p, e, &pnm->width); p = pnm_read_white(ctx, p, e, 0); - if (bitmap) { p = pnm_read_number(ctx, p, e, &pnm->height); diff --git a/source/fitz/memento.c b/source/fitz/memento.c index 5619786d..9eae9b5d 100644 --- a/source/fitz/memento.c +++ b/source/fitz/memento.c @@ -2213,7 +2213,6 @@ void Memento_stopLeaking(void) memento.leaking--; } - #endif /* MEMENTO_CPP_EXTRAS_ONLY */ #ifdef __cplusplus |