| Index: third_party/libtiff/tiffio.h
|
| diff --git a/third_party/tiff_v403/tiffio.h b/third_party/libtiff/tiffio.h
|
| similarity index 99%
|
| rename from third_party/tiff_v403/tiffio.h
|
| rename to third_party/libtiff/tiffio.h
|
| index 4c749edc9e258f81dde3eadd0458262818f00c51..038b67013f207895758f0a4914eb3396e13040e5 100644
|
| --- a/third_party/tiff_v403/tiffio.h
|
| +++ b/third_party/libtiff/tiffio.h
|
| @@ -298,8 +298,6 @@ extern void _TIFFmemset(void* p, int v, tmsize_t c);
|
| extern void _TIFFmemcpy(void* d, const void* s, tmsize_t c);
|
| extern int _TIFFmemcmp(const void* p1, const void* p2, tmsize_t c);
|
| extern void _TIFFfree(void* p);
|
| -/* Do cmyk to rgb convert, add by Sunliang.Liu 20090723. */
|
| -extern int TIFFCmyk2Rgb(thandle_t context, uint8 c, uint8 m, uint8 y, uint8 k, uint8* r, uint8* g, uint8* b);
|
|
|
| /*
|
| ** Stuff, related to tag handling and creating custom tags.
|
|
|