Cleanup library a bit

This commit is contained in:
Jobobby04 2020-07-19 14:23:35 -04:00
parent a9e9fe59c6
commit 78d1a6cecb

View File

@ -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.
*/