Skip to content

Commit

Permalink
Remove deprecated constructor in FitCenter
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178249037
  • Loading branch information
sjudd committed Dec 7, 2017
1 parent 55594ba commit d8f6224
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ public FitCenter(@SuppressWarnings("unused") Context context) {
this();
}

/**
* @deprecated Use {@link #FitCenter()}.
*/
@Deprecated
public FitCenter(@SuppressWarnings("unused") BitmapPool bitmapPool) {
this();
}

@Override
protected Bitmap transform(@NonNull BitmapPool pool, @NonNull Bitmap toTransform, int outWidth,
int outHeight) {
Expand Down

0 comments on commit d8f6224

Please sign in to comment.