Remove no longer required deprecation on display color APIs

This commit is contained in:
md_5 2024-04-14 17:00:24 +10:00
parent 729fc6a80b
commit 507052e112
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -42,19 +42,15 @@ public interface TextDisplay extends Display {
* Gets the text background color.
*
* @return the background color
* @deprecated API subject to change
*/
@Nullable
@Deprecated
Color getBackgroundColor();
/**
* Sets the text background color.
*
* @param color new background color
* @deprecated API subject to change
*/
@Deprecated
void setBackgroundColor(@Nullable Color color);
/**