about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-12-05 16:52:32 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-12-05 16:52:32 +0000
commit8944b8ce855909a699c07068f712c127ee91cab2 (patch)
treeedb95f876a9c59ae33fbea370d6fda5a0e2f8aa6 /converter/other
parent5974339a3ea63d086f8fba466dfc83c42a600cd9 (diff)
downloadnetpbm-mirror-8944b8ce855909a699c07068f712c127ee91cab2.tar.gz
netpbm-mirror-8944b8ce855909a699c07068f712c127ee91cab2.tar.xz
netpbm-mirror-8944b8ce855909a699c07068f712c127ee91cab2.zip
Release 10.35.87
git-svn-id: http://svn.code.sf.net/p/netpbm/code/super_stable@1802 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/pamtotiff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/converter/other/pamtotiff.c b/converter/other/pamtotiff.c
index 49123d4f..62315f9b 100644
--- a/converter/other/pamtotiff.c
+++ b/converter/other/pamtotiff.c
@@ -126,9 +126,6 @@ validateTagList(struct optNameValue const taglist[]) {
             case TIFFTAG_ROWSPERSTRIP:
             case TIFFTAG_PLANARCONFIG:
             case TIFFTAG_COLORMAP:
-            case TIFFTAG_RESOLUTIONUNIT:
-            case TIFFTAG_XRESOLUTION:
-            case TIFFTAG_YRESOLUTION:
                 pm_error("You cannot specify a '%s' tag with -tag.  "
                          "Pamtotiff controls that internally or via other "
                          "options.", tagName);