diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-16 08:58:17 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-16 08:58:17 +0100 |
commit | 3b425b8bf0c58e25da576ed86496171ea19240f9 (patch) | |
tree | 37d6feb715dd929392fb16fdde6cf994dfbc1397 /test/pdfclean.c | |
parent | 49132f70ac40b2dc7b9a0e22b33a3964af687874 (diff) | |
download | mupdf-3b425b8bf0c58e25da576ed86496171ea19240f9.tar.xz |
removed c99-isms. improved bbox handling.
Diffstat (limited to 'test/pdfclean.c')
-rw-r--r-- | test/pdfclean.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/pdfclean.c b/test/pdfclean.c index b8102d2c..32acacd9 100644 --- a/test/pdfclean.c +++ b/test/pdfclean.c @@ -158,7 +158,6 @@ int main(int argc, char **argv) } error = pdf_savepdf(xref, outfile, encrypt); -// error = pdf_saveincrementalpdf(xref, infile); if (error) fz_abort(error); |