Skip to content

Commit

Permalink
Remove deprecated BitmapPool constructor in RoundedCorners
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178241507
  • Loading branch information
sjudd committed Dec 7, 2017
1 parent 9bedc2b commit 55594ba
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,6 @@ public RoundedCorners(int roundingRadius) {
this.roundingRadius = roundingRadius;
}

/**
* @param roundingRadius the corner radius (in device-specific pixels).
* @throws IllegalArgumentException if rounding radius is 0 or less.
*
* @deprecated Use {@link #RoundedCorners(int)}
*/
@Deprecated
public RoundedCorners(@SuppressWarnings("unused") BitmapPool bitmapPool, int roundingRadius) {
this(roundingRadius);
}

/**
* @param roundingRadius the corner radius (in device-specific pixels).
* @throws IllegalArgumentException if rounding radius is 0 or less.
Expand Down

0 comments on commit 55594ba

Please sign in to comment.