From 539072dbf4236610be56224c836b6b0d1677fdb3 Mon Sep 17 00:00:00 2001 From: Oliver Woodman Date: Mon, 20 Feb 2017 13:09:40 +0000 Subject: [PATCH] Remove useless Cue constructor --- .../java/com/google/android/exoplayer2/text/Cue.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/library/src/main/java/com/google/android/exoplayer2/text/Cue.java b/library/src/main/java/com/google/android/exoplayer2/text/Cue.java index 3210ffd9a4..96cd76a957 100644 --- a/library/src/main/java/com/google/android/exoplayer2/text/Cue.java +++ b/library/src/main/java/com/google/android/exoplayer2/text/Cue.java @@ -177,16 +177,6 @@ public class Cue { */ public final int windowColor; - /** - * Constructs an image cue whose type parameters are set to {@link #TYPE_UNSET} and whose - * dimension parameters are set to {@link #DIMEN_UNSET}. - * - * @param bitmap See {@link #bitmap}. - */ - public Cue(Bitmap bitmap) { - this(bitmap, DIMEN_UNSET, TYPE_UNSET, DIMEN_UNSET, TYPE_UNSET, DIMEN_UNSET); - } - /** * Creates an image cue. *