aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkImageDecoder.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkImageDecoder.h b/include/core/SkImageDecoder.h
index bec40631e7..2300f6d27d 100644
--- a/include/core/SkImageDecoder.h
+++ b/include/core/SkImageDecoder.h
@@ -288,11 +288,6 @@ public:
*/
bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkBitmap::Config pref);
- SK_ATTR_DEPRECATED("use decodeSubset() instead")
- bool decodeRegion(SkBitmap* bitmap, const SkIRect& rect, SkBitmap::Config pref) {
- return this->decodeSubset(bitmap, rect, pref);
- }
-
/** Given a stream, this will try to find an appropriate decoder object.
If none is found, the method returns NULL.
*/