Remove Cache DL option from Android UI

This option has been removed entirely from Dolphin, so remove the option from Android
This commit is contained in:
Ryan Houdek
2014-02-06 17:02:38 -06:00
parent 8ad6f154a4
commit 3666178f85
4 changed files with 0 additions and 13 deletions

View File

@ -106,12 +106,6 @@
<!-- Other Hacks -->
<PreferenceCategory android:title="@string/other">
<CheckBoxPreference
android:defaultValue="false"
android:key="cacheDisplayLists"
android:summary="@string/cache_display_lists_descrip"
android:title="@string/cache_display_lists"/>
<CheckBoxPreference
android:defaultValue="false"
android:key="disableDestinationAlpha"