Index: src/images/SkImageDecoder_libpng.cpp |
diff --git a/src/images/SkImageDecoder_libpng.cpp b/src/images/SkImageDecoder_libpng.cpp |
index aded29cd964c19da173960024f1501ae60d256c9..ab1affac1133c176176e0d18489c59e2a98ce4b5 100644 |
--- a/src/images/SkImageDecoder_libpng.cpp |
+++ b/src/images/SkImageDecoder_libpng.cpp |
@@ -52,10 +52,6 @@ SK_CONF_DECLARE(bool, c_suppressPNGImageDecoderWarnings, |
"Suppress most PNG warnings when calling image decode " |
"functions."); |
-#if defined(SK_BUILD_FOR_ANDROID) && !defined(SK_PNG_NO_INDEX_SUPPORTED) |
-#define SK_PNG_INDEX_SUPPORTED |
-#endif |
- |
class SkPNGImageIndex { |
public: |
// Takes ownership of stream. |