Skip to content

Commit

Permalink
Remove deprecated constructor in BitmapTransformation.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=179579673
  • Loading branch information
sjudd committed Dec 20, 2017
1 parent 429b7e2 commit 92d761d
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,6 @@ public BitmapTransformation(@SuppressWarnings("unused") Context context) {
this();
}

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

@NonNull
@Override
public final Resource<Bitmap> transform(
Expand Down

0 comments on commit 92d761d

Please sign in to comment.