mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove useless Cue constructor
This commit is contained in:
parent
5fbf109694
commit
539072dbf4
1 changed files with 0 additions and 10 deletions
|
|
@ -177,16 +177,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.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue