We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23975d9 commit 733b2e0Copy full SHA for 733b2e0
library/src/main/java/com/bumptech/glide/load/resource/bitmap/CircleCrop.java
@@ -32,15 +32,6 @@ public CircleCrop(@SuppressWarnings("unused") Context context) {
32
this();
33
}
34
35
- /**
36
- * @deprecated Use {@link #CircleCrop()}
37
- * @param bitmapPool Ignored.
38
- */
39
- @Deprecated
40
- public CircleCrop(@SuppressWarnings("unused") BitmapPool bitmapPool) {
41
- this();
42
- }
43
-
44
// Bitmap doesn't implement equals, so == and .equals are equivalent here.
45
@SuppressWarnings("PMD.CompareObjectsWithEquals")
46
@Override
0 commit comments