summaryrefslogtreecommitdiff
path: root/apps/mupdfclean.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-05-10 15:32:29 +0200
committerTor Andersson <tor.andersson@artifex.com>2012-05-10 15:32:29 +0200
commit314c9ecaaba711741ecc5bb3e3e1e62655cee8c4 (patch)
tree21309558223ac886f20a4c3ff2de6d1365d9dfc1 /apps/mupdfclean.c
parent35d9b6d47a786b77d8c66925de4ca35bebd172c5 (diff)
downloadmupdf-314c9ecaaba711741ecc5bb3e3e1e62655cee8c4.tar.xz
Combine all small tools into mubusy and remove the separate executables.
Diffstat (limited to 'apps/mupdfclean.c')
-rw-r--r--apps/mupdfclean.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/mupdfclean.c b/apps/mupdfclean.c
index f1e43b2d..a1064f57 100644
--- a/apps/mupdfclean.c
+++ b/apps/mupdfclean.c
@@ -151,11 +151,7 @@ static void retainpages(int argc, char **argv)
}
}
-#ifdef MUPDF_COMBINED_EXE
int pdfclean_main(int argc, char **argv)
-#else
-int main(int argc, char **argv)
-#endif
{
char *infile;
char *outfile = "out.pdf";