Index: tests/SkpSkGrTest.cpp |
diff --git a/tests/SkpSkGrTest.cpp b/tests/SkpSkGrTest.cpp |
index bf534f4820c638e5830ebdf26bf205d137430ac1..7d84c3a7242ad4b2f19b0d06af93d21612d69b92 100644 |
--- a/tests/SkpSkGrTest.cpp |
+++ b/tests/SkpSkGrTest.cpp |
@@ -18,7 +18,6 @@ |
#include "SkImageEncoder.h" |
#include "SkOSFile.h" |
#include "SkPicture.h" |
-#include "SkRTConf.h" |
#include "SkStream.h" |
#include "SkString.h" |
#include "SkTArray.h" |
@@ -567,10 +566,6 @@ private: |
}; |
static bool initTest() { |
-#if !defined SK_BUILD_FOR_WIN && !defined SK_BUILD_FOR_MAC |
- SK_CONF_SET("images.jpeg.suppressDecoderWarnings", true); |
- SK_CONF_SET("images.png.suppressDecoderWarnings", true); |
-#endif |
return make_out_dirs(); |
} |