Remove unused val

This commit is contained in:
Jobobby04 2020-05-18 20:23:56 -04:00
parent 24067e1e97
commit 038574b107

View File

@ -200,8 +200,6 @@ open class RecommendsPager(
companion object {
private const val myAnimeListEndpoint = "https://api.jikan.moe/v3/"
private const val anilistEndpoint = "https://graphql.anilist.co/"
private val anilistSmart =
listOf("manhua", "manhwa", "webtoon", "long strip", "korean", "chinese")
enum class API { MYANIMELIST, ANILIST }
}