removing an unused constant

This commit is contained in:
tibbi 2021-03-07 16:47:27 +01:00
parent 3c5e0109a0
commit d359d698e3

View file

@ -47,7 +47,6 @@ import java.text.DecimalFormat
class TrackActivity : SimpleActivity(), PlaybackSpeedListener {
private val SWIPE_DOWN_THRESHOLD = 100
private val SLOW_PLAYBACK_TAG = 1
private var isThirdPartyIntent = false
private var bus: EventBus? = null