From 92d761d002da25320f2c504267f56d73b889b2d4 Mon Sep 17 00:00:00 2001 From: judds Date: Tue, 19 Dec 2017 11:19:30 -0800 Subject: [PATCH] Remove deprecated constructor in BitmapTransformation. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=179579673 --- .../glide/load/resource/bitmap/BitmapTransformation.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/library/src/main/java/com/bumptech/glide/load/resource/bitmap/BitmapTransformation.java b/library/src/main/java/com/bumptech/glide/load/resource/bitmap/BitmapTransformation.java index 83d82d1644..8dd0827ba1 100644 --- a/library/src/main/java/com/bumptech/glide/load/resource/bitmap/BitmapTransformation.java +++ b/library/src/main/java/com/bumptech/glide/load/resource/bitmap/BitmapTransformation.java @@ -81,15 +81,6 @@ public BitmapTransformation(@SuppressWarnings("unused") Context context) { this(); } - /** - * @deprecated Use {@link #BitmapTransformation()}. - * @param bitmapPool Ignored. - */ - @Deprecated - public BitmapTransformation(@SuppressWarnings("unused") BitmapPool bitmapPool) { - this(); - } - @NonNull @Override public final Resource transform(