summaryrefslogtreecommitdiffstats
path: root/tkimg/libtiff/tiffio.h
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:51:01 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:51:01 (GMT)
commita780057cc1b51dd3a557549c3cf2431f09136c0d (patch)
tree717f78052c55596449b27743171d7e170c4d39a0 /tkimg/libtiff/tiffio.h
parent7749430b9352c1eaf5dca7d8a89a6d35f565ef24 (diff)
downloadblt-a780057cc1b51dd3a557549c3cf2431f09136c0d.zip
blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.gz
blt-a780057cc1b51dd3a557549c3cf2431f09136c0d.tar.bz2
upgrade tkimg to 1.4.6
Diffstat (limited to 'tkimg/libtiff/tiffio.h')
-rw-r--r--tkimg/libtiff/tiffio.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tkimg/libtiff/tiffio.h b/tkimg/libtiff/tiffio.h
deleted file mode 100644
index b08adca..0000000
--- a/tkimg/libtiff/tiffio.h
+++ /dev/null
@@ -1,12 +0,0 @@
-
-/*
- * Redirect the libtiff definitions through the stub definitions of the
- * binding. A wrapper for a support library using libtiff has to use this
- * header to ensure usage of the stub macros during the compilation of
- * the support library itself. In this way we avoid the need for
- * changing the original sources.
- *
- * This header has to be avoided when building the libtiff wrapper itself.
- */
-
-#include "tifftclDecls.h"