Removed old preference

This commit is contained in:
Sean Greenawalt 2023-10-22 02:42:42 -04:00
parent 8f1b23d631
commit bd5fc2bdb6

View file

@ -47,9 +47,6 @@ constructor(
Constants.PREF_PLAYER_PREFERRED_QUALITY,
"Original"
)!!
val displayExtendedTitle get() = sharedPreferences.getBoolean(Constants.PREF_DISPLAY_EXTENDED_TITLE, false)
val playerGestures get() = sharedPreferences.getBoolean(Constants.PREF_PLAYER_GESTURES, true)
val playerGesturesVB get() = sharedPreferences.getBoolean(Constants.PREF_PLAYER_GESTURES_VB, true)
val playerGesturesZoom get() = sharedPreferences.getBoolean(Constants.PREF_PLAYER_GESTURES_ZOOM, true)