Skip to content

Commit

Permalink
Remove deprecated CenterCrop constructor.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178649539
  • Loading branch information
sjudd committed Dec 11, 2017
1 parent 76c6af2 commit 2f76842
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.bumptech.glide.load.resource.bitmap;

import android.content.Context;
import android.graphics.Bitmap;
import android.support.annotation.NonNull;
import com.bumptech.glide.load.engine.bitmap_recycle.BitmapPool;
Expand All @@ -21,15 +20,6 @@ public CenterCrop() {
// Intentionally empty.
}

/**
* @deprecated Use {@link #CenterCrop()}.
* @param context Ignored.
*/
@Deprecated
public CenterCrop(@SuppressWarnings("unused") Context context) {
this();
}

// Bitmap doesn't implement equals, so == and .equals are equivalent here.
@SuppressWarnings("PMD.CompareObjectsWithEquals")
@Override
Expand Down

0 comments on commit 2f76842

Please sign in to comment.