diff options
Diffstat (limited to 'converter')
-rw-r--r-- | converter/other/pnmtopng.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/other/pnmtopng.c b/converter/other/pnmtopng.c index 3e41e64d..ad6627b2 100644 --- a/converter/other/pnmtopng.c +++ b/converter/other/pnmtopng.c @@ -128,7 +128,6 @@ struct cmdlineInfo { int filterSet; unsigned int force; unsigned int libversion; - unsigned int compressionSpec; struct zlibCompression zlibCompression; }; |