Commit 539072db by Oliver Woodman

Remove useless Cue constructor

parent 5fbf1096
...@@ -178,16 +178,6 @@ public class Cue { ...@@ -178,16 +178,6 @@ public class Cue {
public final int windowColor; 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. * Creates an image cue.
* *
* @param horizontalPosition The position of the horizontal anchor within the viewport, expressed * @param horizontalPosition The position of the horizontal anchor within the viewport, expressed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment