Remove some unused variables

This commit is contained in:
arkon
2020-12-31 16:41:09 -05:00
parent 8f605dc0f6
commit dcb6bfb18d
4 changed files with 4 additions and 16 deletions
@@ -16,7 +16,7 @@ class ChaptersAdapter(
context: Context
) : FlexibleAdapter<ChapterItem>(null, controller, true) {
val preferences: PreferencesHelper by injectLazy()
private val preferences: PreferencesHelper by injectLazy()
var items: List<ChapterItem> = emptyList()