diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-02-15 16:29:50 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-02-15 16:33:10 +0100 |
commit | 344200647a66310038be19125483b1d62483845d (patch) | |
tree | 16f51067e4245b8f10ea6a20f2f6a9b9f2a94ce4 /source/pdf | |
parent | 5dcb64bc4074e583a3fd2155c17a270feccac39f (diff) | |
download | mupdf-344200647a66310038be19125483b1d62483845d.tar.xz |
Drop UNUSED macro -- it dirties the namespace and is not needed.
We compile with -Wno-unused-parameters instead.
Diffstat (limited to 'source/pdf')
-rw-r--r-- | source/pdf/pdf-nametree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/pdf/pdf-nametree.c b/source/pdf/pdf-nametree.c index 8426b906..a3b7acb0 100644 --- a/source/pdf/pdf-nametree.c +++ b/source/pdf/pdf-nametree.c @@ -112,8 +112,6 @@ pdf_load_name_tree_imp(fz_context *ctx, pdf_obj *dict, pdf_document *doc, pdf_ob pdf_obj *names = pdf_dict_get(ctx, node, PDF_NAME_Names); int i; - UNUSED(ctx); - if (kids && !pdf_mark_obj(ctx, node)) { int len = pdf_array_len(ctx, kids); |