diff options
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/arrays.xml | 16 | ||||
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
2 files changed, 0 insertions, 18 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml index 290c8635f..97b677362 100644 --- a/core/src/main/res/values/arrays.xml +++ b/core/src/main/res/values/arrays.xml @@ -270,22 +270,6 @@ <item>DURATION_LONG_SHORT</item> </string-array> - <string-array name="image_cache_size_options"> - <item>20 MiB</item> - <item>50 MiB</item> - <item>100 MiB</item> - <item>250 MiB</item> - <item>500 MiB</item> - </string-array> - - <string-array name="image_cache_size_values"> - <item>20</item> - <item>50</item> - <item>100</item> - <item>250</item> - <item>500</item> - </string-array> - <string-array name="compact_notification_buttons_options"> <item>@string/rewind_label</item> <item>@string/fast_forward_label</item> diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 9523ff5f2..c9d7b028a 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -484,8 +484,6 @@ <string name="enqueue_location_front">Front</string> <string name="enqueue_location_after_current">After current episode</string> <string name="pref_smart_mark_as_played_disabled">Disabled</string> - <string name="pref_image_cache_size_title">Image Cache Size</string> - <string name="pref_image_cache_size_sum">Size of the disk cache for images.</string> <string name="documentation_support">Documentation & Support</string> <string name="visit_user_forum">User forum</string> <string name="bug_report_title">Report bug</string> |