diff options
Diffstat (limited to 'third_party/libjpeg/fpdfapi_jdhuff.c')
-rw-r--r-- | third_party/libjpeg/fpdfapi_jdhuff.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/third_party/libjpeg/fpdfapi_jdhuff.c b/third_party/libjpeg/fpdfapi_jdhuff.c index dc37db58a9..4b0454d5a0 100644 --- a/third_party/libjpeg/fpdfapi_jdhuff.c +++ b/third_party/libjpeg/fpdfapi_jdhuff.c @@ -1,4 +1,3 @@ -#if !defined(_FX_JPEG_TURBO_) /* * jdhuff.c * @@ -653,5 +652,3 @@ jinit_huff_decoder (j_decompress_ptr cinfo) entropy->dc_derived_tbls[i] = entropy->ac_derived_tbls[i] = NULL; } } - -#endif //_FX_JPEG_TURBO_ |