diff --git a/library/src/main/java/com/bumptech/glide/load/resource/bitmap/CenterCrop.java b/library/src/main/java/com/bumptech/glide/load/resource/bitmap/CenterCrop.java index 15390a93b4..1e0c151a20 100644 --- a/library/src/main/java/com/bumptech/glide/load/resource/bitmap/CenterCrop.java +++ b/library/src/main/java/com/bumptech/glide/load/resource/bitmap/CenterCrop.java @@ -30,15 +30,6 @@ public CenterCrop(@SuppressWarnings("unused") Context context) { this(); } - /** - * @deprecated Use {@link #CenterCrop()}. - * @param bitmapPool Ignored. - */ - @Deprecated - public CenterCrop(@SuppressWarnings("unused") BitmapPool bitmapPool) { - this(); - } - // Bitmap doesn't implement equals, so == and .equals are equivalent here. @SuppressWarnings("PMD.CompareObjectsWithEquals") @Override