mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00
Remove unused code
This commit is contained in:
parent
f7f40bcb25
commit
671032204f
@ -115,15 +115,6 @@ import java.util.Set;
|
|||||||
this.position = position;
|
this.position = position;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
return "TextEmphasis{" +
|
|
||||||
"position=" + position +
|
|
||||||
", markShape=" + markShape +
|
|
||||||
", markFill=" + markFill +
|
|
||||||
'}';
|
|
||||||
}
|
|
||||||
|
|
||||||
@Nullable public static TextEmphasis createTextEmphasis(@Nullable String value) {
|
@Nullable public static TextEmphasis createTextEmphasis(@Nullable String value) {
|
||||||
if (value == null) {
|
if (value == null) {
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user