summaryrefslogtreecommitdiffstats
path: root/tkimg/libjpeg/jpeglib.h
diff options
context:
space:
mode:
Diffstat (limited to 'tkimg/libjpeg/jpeglib.h')
-rwxr-xr-xtkimg/libjpeg/jpeglib.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tkimg/libjpeg/jpeglib.h b/tkimg/libjpeg/jpeglib.h
deleted file mode 100755
index 332aaa8..0000000
--- a/tkimg/libjpeg/jpeglib.h
+++ /dev/null
@@ -1,12 +0,0 @@
-
-/*
- * Redirect the jpeg definitions through the stub definitions of the
- * binding. A wrapper for a support library using jpeg 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 jpeg wrapper itself.
- */
-
-#include "jpegtclDecls.h"