Removing unused interface

This commit is contained in:
Maxime NATUREL 2022-03-31 10:14:04 +02:00
parent acef51e415
commit 0f5343a614
1 changed files with 0 additions and 4 deletions

View File

@ -83,8 +83,4 @@ class ChooseLiveDurationBottomSheet :
return bottomSheet
}
}
interface DurationChoiceListener {
fun onDurationChoice(durationMillis: Long)
}
}