summaryrefslogtreecommitdiff
path: root/source/fitz/filter-dct.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-02-15 16:29:50 +0100
committerTor Andersson <tor.andersson@artifex.com>2016-02-15 16:33:10 +0100
commit344200647a66310038be19125483b1d62483845d (patch)
tree16f51067e4245b8f10ea6a20f2f6a9b9f2a94ce4 /source/fitz/filter-dct.c
parent5dcb64bc4074e583a3fd2155c17a270feccac39f (diff)
downloadmupdf-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/fitz/filter-dct.c')
-rw-r--r--source/fitz/filter-dct.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/fitz/filter-dct.c b/source/fitz/filter-dct.c
index e48f90fd..c18ae79d 100644
--- a/source/fitz/filter-dct.c
+++ b/source/fitz/filter-dct.c
@@ -52,7 +52,6 @@ static void
fz_dct_mem_free(j_common_ptr cinfo, void *object, size_t size)
{
fz_dctd *state = JZ_DCT_STATE_FROM_CINFO(cinfo);
- UNUSED(size);
fz_free(state->ctx, object);
}