mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +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;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "TextEmphasis{" +
|
||||
"position=" + position +
|
||||
", markShape=" + markShape +
|
||||
", markFill=" + markFill +
|
||||
'}';
|
||||
}
|
||||
|
||||
@Nullable public static TextEmphasis createTextEmphasis(@Nullable String value) {
|
||||
if (value == null) {
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user