diff options
Diffstat (limited to 'source/tools/mudraw.c')
-rw-r--r-- | source/tools/mudraw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/tools/mudraw.c b/source/tools/mudraw.c index 16163b3e..95b3440b 100644 --- a/source/tools/mudraw.c +++ b/source/tools/mudraw.c @@ -1196,7 +1196,6 @@ static inline int iswhite(int ch) ch == '\014' || ch == '\015' || ch == '\040'; } - static void apply_layer_config(fz_context *ctx, fz_document *doc, const char *lc) { pdf_document *pdoc = pdf_specifics(ctx, doc); @@ -1290,7 +1289,6 @@ static void apply_layer_config(fz_context *ctx, fz_document *doc, const char *lc } } - #ifdef MUDRAW_STANDALONE int main(int argc, char **argv) #else |