Cleanup library a bit
This commit is contained in:
parent
a9e9fe59c6
commit
78d1a6cecb
1 changed files with 0 additions and 5 deletions
|
|
@ -94,11 +94,6 @@ class LibraryController(
|
|||
*/
|
||||
val selectionRelay: PublishRelay<LibrarySelectionEvent> = PublishRelay.create()
|
||||
|
||||
/**
|
||||
* Current mangas to move.
|
||||
*/
|
||||
private var migratingMangas = mutableSetOf<Manga>()
|
||||
|
||||
/**
|
||||
* Relay to notify search query changes.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue