diff --git a/library/common/src/main/java/com/google/android/exoplayer2/text/Cue.java b/library/common/src/main/java/com/google/android/exoplayer2/text/Cue.java index 56fd177fee..66ab2f3682 100644 --- a/library/common/src/main/java/com/google/android/exoplayer2/text/Cue.java +++ b/library/common/src/main/java/com/google/android/exoplayer2/text/Cue.java @@ -988,7 +988,6 @@ public final class Cue implements Bundleable { bundle.putCharSequence(keyForField(FIELD_TEXT), text); bundle.putSerializable(keyForField(FIELD_TEXT_ALIGNMENT), textAlignment); bundle.putSerializable(keyForField(FIELD_MULTI_ROW_ALIGNMENT), multiRowAlignment); - // TODO(b/187804381): Drop bitmap bundle.putParcelable(keyForField(FIELD_BITMAP), bitmap); bundle.putFloat(keyForField(FIELD_LINE), line); bundle.putInt(keyForField(FIELD_LINE_TYPE), lineType);