[Android] More cleanup. We don't need the preference to enable/disable the overlay in the video preferences anymore.

This commit is contained in:
Lioncash
2013-10-28 16:36:26 -04:00
parent 4e999fe0ee
commit 3c7613fc83
3 changed files with 0 additions and 8 deletions

View File

@ -136,10 +136,4 @@
android:key="showFPS"
android:summary="@string/show_fps_descrip"
android:title="@string/show_fps"/>
<!--
<CheckBoxPreference
android:defaultValue="true"
android:key="drawOnscreenControls"
android:title="@string/draw_onscreen_controls"/>
-->
</PreferenceScreen>