| Index: third_party/libjpeg/fpdfapi_jcomapi.c
|
| diff --git a/third_party/libjpeg/fpdfapi_jcomapi.c b/third_party/libjpeg/fpdfapi_jcomapi.c
|
| index aad37d88794b2d5e84107ad6bec73fb294f0b770..9b1fa7568a67a7c25a599976ada93c53db665c57 100644
|
| --- a/third_party/libjpeg/fpdfapi_jcomapi.c
|
| +++ b/third_party/libjpeg/fpdfapi_jcomapi.c
|
| @@ -1,4 +1,3 @@
|
| -#if !defined(_FX_JPEG_TURBO_)
|
| /*
|
| * jcomapi.c
|
| *
|
| @@ -105,5 +104,3 @@ jpeg_alloc_huff_table (j_common_ptr cinfo)
|
| tbl->sent_table = FALSE; /* make sure this is false in any new table */
|
| return tbl;
|
| }
|
| -
|
| -#endif //_FX_JPEG_TURBO_
|
|
|