We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429b7e2 commit 92d761dCopy full SHA for 92d761d
library/src/main/java/com/bumptech/glide/load/resource/bitmap/BitmapTransformation.java
@@ -81,15 +81,6 @@ public BitmapTransformation(@SuppressWarnings("unused") Context context) {
81
this();
82
}
83
84
- /**
85
- * @deprecated Use {@link #BitmapTransformation()}.
86
- * @param bitmapPool Ignored.
87
- */
88
- @Deprecated
89
- public BitmapTransformation(@SuppressWarnings("unused") BitmapPool bitmapPool) {
90
- this();
91
- }
92
-
93
@NonNull
94
@Override
95
public final Resource<Bitmap> transform(
0 commit comments