From b1c04459812c264601d5f43d4d9d7c6eb39d61d8 Mon Sep 17 00:00:00 2001 From: sneazy-ibo <41344259+sneazy-ibo@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:56:34 +0200 Subject: [PATCH] chore: removed unused Preferences --- app/src/main/java/ani/dantotsu/settings/saving/Preferences.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/ani/dantotsu/settings/saving/Preferences.kt b/app/src/main/java/ani/dantotsu/settings/saving/Preferences.kt index e4ac4f8a..c71a6a9b 100644 --- a/app/src/main/java/ani/dantotsu/settings/saving/Preferences.kt +++ b/app/src/main/java/ani/dantotsu/settings/saving/Preferences.kt @@ -18,7 +18,6 @@ enum class PrefName(val data: Pref) { //TODO: Split this into multiple files SearchSources(Pref(Location.General, Boolean::class, false)), RecentlyListOnly(Pref(Location.General, Boolean::class, false)), SettingsPreferDub(Pref(Location.General, Boolean::class, false)), - SelectedLanguage(Pref(Location.General, Int::class, 1)), SubscriptionCheckingNotifications(Pref(Location.General, Boolean::class, true)), CheckUpdate(Pref(Location.General, Boolean::class, true)), VerboseLogging(Pref(Location.General, Boolean::class, false)),