aboutsummaryrefslogtreecommitdiffstats
path: root/include/images
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:00 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:44:00 -0800
commit8552a21d334cbc7971b109f27d05aea9d7690e92 (patch)
treef320ecd127fe33c6ce458087c70ce577e36e9465 /include/images
parent95b316d35f73630072e033e6d68d7000e652681f (diff)
downloadexternal_skia-8552a21d334cbc7971b109f27d05aea9d7690e92.zip
external_skia-8552a21d334cbc7971b109f27d05aea9d7690e92.tar.gz
external_skia-8552a21d334cbc7971b109f27d05aea9d7690e92.tar.bz2
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'include/images')
-rw-r--r--include/images/SkImageDecoder.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/images/SkImageDecoder.h b/include/images/SkImageDecoder.h
index 5b91c51..3ea6198 100644
--- a/include/images/SkImageDecoder.h
+++ b/include/images/SkImageDecoder.h
@@ -199,12 +199,6 @@ public:
kDecodePixels_Mode);
}
- /* Given a format, return true if there is a currently installed decoder
- for that format. Since a given build may not include all codecs (to save
- code-size), this may return false.
- */
- static bool SupportsFormat(Format);
-
/** Return the default config for the running device.
Currently this used as a suggestion to image decoders that need to guess
what config they should decode into.