0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-20 12:22:15 +02:00

Remove unused method

This commit is contained in:
Christine Coenen 2021-10-08 11:50:33 +02:00
parent 7030a599b9
commit 67d4cb1dd6

View File

@ -19,10 +19,6 @@ data class LiveShow(
return runningDuration.standardSeconds.toFloat() / showDuration.standardSeconds
}
fun hasSubtitle(): Boolean {
return !TextUtils.isEmpty(subtitle)
}
fun hasDuration(): Boolean {
return startTime != null && endTime != null
}