libtiff: * tools/tiff2ps.c: Remove spurious message printed to stderr.

https://github.com/libsdl-org/libtiff/commit/e02f34c7afce5fd2334a201d0b642c0f5b52bebb

From e02f34c7afce5fd2334a201d0b642c0f5b52bebb Mon Sep 17 00:00:00 2001
From: Bob Friesenhahn <[EMAIL REDACTED]>
Date: Mon, 12 Jan 2009 16:25:18 +0000
Subject: [PATCH] * tools/tiff2ps.c: Remove spurious message printed to stderr.

---
 ChangeLog       | 4 ++++
 tools/tiff2ps.c | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 69fa5a85..621b882e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-12  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
+
+	* tools/tiff2ps.c: Remove spurious message printed to stderr. 
+
 2009-01-11  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
 
 	* tools/tiff2ps.c: Incorporated significant functionality update
diff --git a/tools/tiff2ps.c b/tools/tiff2ps.c
index 75f1064b..e012b82f 100644
--- a/tools/tiff2ps.c
+++ b/tools/tiff2ps.c
@@ -1,4 +1,4 @@
-/* $Id: tiff2ps.c,v 1.35.2.2 2009-01-11 20:09:15 bfriesen Exp $ */
+/* $Id: tiff2ps.c,v 1.35.2.3 2009-01-12 16:25:18 bfriesen Exp $ */
 
 /*
  * Copyright (c) 1988-1997 Sam Leffler
@@ -881,7 +881,7 @@ TIFF2PS(FILE* fd, TIFF* tif,
 			      }
                             else
 			      {
-			      fprintf (stderr, "No rotation\n");
+			      /* fprintf (stderr, "No rotation\n"); */
 			      fprintf (fd, "%f %f scale\n", prw, prh);
 			      }
 			}