diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2015-04-07 17:07:41 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2015-04-07 17:07:41 +0200 |
commit | 30252bb78a1a91e4913d2a785cdf83c0837c6e95 (patch) | |
tree | 83a62b221fc58754eda361c5745fa1abf9ef78d7 /source/fitz/draw-device.c | |
parent | da64f5f63c0d263e5edd6d8b4ace6a4146a72c84 (diff) | |
download | mupdf-30252bb78a1a91e4913d2a785cdf83c0837c6e95.tar.xz |
Fix whitespace.
Diffstat (limited to 'source/fitz/draw-device.c')
-rw-r--r-- | source/fitz/draw-device.c | 2 |
1 files changed, 0 insertions, 2 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) |