summaryrefslogtreecommitdiff
path: root/apps/mupdfclean.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-04-30 21:15:37 +0100
committerRobin Watts <robin.watts@artifex.com>2012-04-30 21:36:44 +0100
commit55ba72e6cd7b86572ca4e61aa2b2cf57ea5b2c66 (patch)
tree72297cd90c052ca29d2b70788c6f290bbc93d9a3 /apps/mupdfclean.c
parent338c7077bda3c3d3e9bd7567aa9c8fc94d6fa26c (diff)
downloadmupdf-55ba72e6cd7b86572ca4e61aa2b2cf57ea5b2c66.tar.xz
Remove 2 unused variables.
Leftovers from recent mupdfclean refactoring.
Diffstat (limited to 'apps/mupdfclean.c')
-rw-r--r--apps/mupdfclean.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/mupdfclean.c b/apps/mupdfclean.c
index f2676782..dac36c51 100644
--- a/apps/mupdfclean.c
+++ b/apps/mupdfclean.c
@@ -12,8 +12,6 @@
#include "fitz.h"
#include "mupdf-internal.h"
-static FILE *out = NULL;
-
static pdf_document *xref = NULL;
static fz_context *ctx = NULL;