RM unused PlayerState.kt
This commit is contained in:
parent
9cdba9a27a
commit
1d236aa6e3
|
@ -1,12 +0,0 @@
|
||||||
package org.moire.ultrasonic.domain
|
|
||||||
|
|
||||||
enum class PlayerState {
|
|
||||||
IDLE,
|
|
||||||
DOWNLOADING,
|
|
||||||
PREPARING,
|
|
||||||
PREPARED,
|
|
||||||
STARTED,
|
|
||||||
STOPPED,
|
|
||||||
PAUSED,
|
|
||||||
COMPLETED
|
|
||||||
}
|
|
Loading…
Reference in New Issue