Skip to content

Commit 92d761d

Browse files
committed
Remove deprecated constructor in BitmapTransformation.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=179579673
1 parent 429b7e2 commit 92d761d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

library/src/main/java/com/bumptech/glide/load/resource/bitmap/BitmapTransformation.java

-9
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,6 @@ public BitmapTransformation(@SuppressWarnings("unused") Context context) {
8181
this();
8282
}
8383

84-
/**
85-
* @deprecated Use {@link #BitmapTransformation()}.
86-
* @param bitmapPool Ignored.
87-
*/
88-
@Deprecated
89-
public BitmapTransformation(@SuppressWarnings("unused") BitmapPool bitmapPool) {
90-
this();
91-
}
92-
9384
@NonNull
9485
@Override
9586
public final Resource<Bitmap> transform(

0 commit comments

Comments
 (0)