aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/images/SkImageDecoder.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/images/SkImageDecoder.h b/include/images/SkImageDecoder.h
index 8981b9542b..33802ed03c 100644
--- a/include/images/SkImageDecoder.h
+++ b/include/images/SkImageDecoder.h
@@ -327,10 +327,6 @@ public:
*/
static void SetDeviceConfig(SkBitmap::Config);
- /** @cond UNIT_TEST */
- SkDEBUGCODE(static void UnitTest();)
- /** @endcond */
-
protected:
// must be overridden in subclasses. This guy is called by decode(...)
virtual bool onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0;