Remove: Unused list animation preference

This commit is contained in:
machiav3lli
2022-07-06 02:43:52 +02:00
parent c9637fa647
commit 85f4cb4a59
2 changed files with 0 additions and 8 deletions

View File

@ -26,7 +26,6 @@ object Preferences {
Key.AutoSync,
Key.InstallAfterSync,
Key.IncompatibleVersions,
Key.ListAnimation,
Key.ShowScreenshots,
Key.UpdatedApps,
Key.NewApps,
@ -146,9 +145,6 @@ object Preferences {
object IncompatibleVersions :
Key<Boolean>("incompatible_versions", Value.BooleanValue(false))
object ListAnimation :
Key<Boolean>("list_animation", Value.BooleanValue(false))
object ShowScreenshots :
Key<Boolean>("show_screenshots", Value.BooleanValue(true))