From 671032204f68e1930b8c99dbe95e39c20838b37a Mon Sep 17 00:00:00 2001 From: Denise LaFayette Date: Mon, 8 Mar 2021 10:12:11 -0800 Subject: [PATCH] Remove unused code --- .../android/exoplayer2/text/ttml/TextEmphasis.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/TextEmphasis.java b/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/TextEmphasis.java index 5069f80e4c..f282d705bf 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/TextEmphasis.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/TextEmphasis.java @@ -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;