aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-08-02 12:57:32 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-02 12:57:33 -0700
commit091cb8d72db342b99b573b3598880297b49f40e1 (patch)
tree3b125516b51e7c9be5181728839e38fb9ff971ae /include/core
parent757a15fa2e5b8ad46e422ad7e4c10bb5fcb8cae0 (diff)
Delete SkARGBImageEncoder.
It appears to be unused now except by its unit test, also deleted. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2208433002 No public API changes. TBR=reed@google.com Review-Url: https://codereview.chromium.org/2208433002
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkImageEncoder.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkImageEncoder.h b/include/core/SkImageEncoder.h
index 1ccfae0bf9..706d0c7bb2 100644
--- a/include/core/SkImageEncoder.h
+++ b/include/core/SkImageEncoder.h
@@ -100,11 +100,6 @@ protected:
// All the encoders known by Skia. Note that, depending on the compiler settings,
// not all of these will be available
-/** An ARGBImageEncoder will always write out
- * bitmap.width() * bitmap.height() * 4
- * bytes.
- */
-DECLARE_ENCODER_CREATOR(ARGBImageEncoder);
DECLARE_ENCODER_CREATOR(JPEGImageEncoder);
DECLARE_ENCODER_CREATOR(PNGImageEncoder);
DECLARE_ENCODER_CREATOR(KTXImageEncoder);