remove unused method

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2020-06-24 23:26:28 +02:00
parent a7088c8c87
commit 8af257d54f
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -757,11 +757,6 @@ public final class ThemeUtils {
button.setRippleColor(rippleColor); button.setRippleColor(rippleColor);
} }
public static void drawableFloatingActionButton(FloatingActionButton button, @DrawableRes int
drawable, Context context) {
int primaryColor = ThemeUtils.primaryColor(null, true, false, context);
}
private static OCCapability getCapability(Context context) { private static OCCapability getCapability(Context context) {
return getCapability(null, context); return getCapability(null, context);
} }