Skip to content

Commit 733b2e0

Browse files
committed
Remove a deprecated constructor in CircleCrop
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178191526
1 parent 23975d9 commit 733b2e0

File tree

1 file changed

+0
-9
lines changed
  • library/src/main/java/com/bumptech/glide/load/resource/bitmap

1 file changed

+0
-9
lines changed

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

-9
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ public CircleCrop(@SuppressWarnings("unused") Context context) {
3232
this();
3333
}
3434

35-
/**
36-
* @deprecated Use {@link #CircleCrop()}
37-
* @param bitmapPool Ignored.
38-
*/
39-
@Deprecated
40-
public CircleCrop(@SuppressWarnings("unused") BitmapPool bitmapPool) {
41-
this();
42-
}
43-
4435
// Bitmap doesn't implement equals, so == and .equals are equivalent here.
4536
@SuppressWarnings("PMD.CompareObjectsWithEquals")
4637
@Override

0 commit comments

Comments
 (0)