| Index: src/images/SkJpegUtility.cpp
|
| diff --git a/src/images/SkJpegUtility.cpp b/src/images/SkJpegUtility.cpp
|
| index b6b8fe840da721cbf0669122fea8a47322a12944..f1a32cae1007fa101f53353d8474cd9e709de079 100644
|
| --- a/src/images/SkJpegUtility.cpp
|
| +++ b/src/images/SkJpegUtility.cpp
|
| @@ -8,10 +8,6 @@
|
|
|
| #include "SkJpegUtility.h"
|
|
|
| -#if defined(SK_BUILD_FOR_ANDROID) && !defined(SK_JPEG_NO_INDEX_SUPPORTED)
|
| -#define SK_JPEG_INDEX_SUPPORTED
|
| -#endif
|
| -
|
| /////////////////////////////////////////////////////////////////////
|
| static void sk_init_source(j_decompress_ptr cinfo) {
|
| skjpeg_source_mgr* src = (skjpeg_source_mgr*)cinfo->src;
|
|
|