From 3c7613fc83981f9ef8efa2e4ac478af9fe23bdec Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 28 Oct 2013 16:36:26 -0400 Subject: [PATCH] [Android] More cleanup. We don't need the preference to enable/disable the overlay in the video preferences anymore. --- Source/Android/res/values-ja/strings.xml | 1 - Source/Android/res/values/strings.xml | 1 - Source/Android/res/xml/video_prefs.xml | 6 ------ 3 files changed, 8 deletions(-) diff --git a/Source/Android/res/values-ja/strings.xml b/Source/Android/res/values-ja/strings.xml index ee3bb8d3e7..598799c30e 100644 --- a/Source/Android/res/values-ja/strings.xml +++ b/Source/Android/res/values-ja/strings.xml @@ -91,7 +91,6 @@ %s FPSを表示 エミュレーション速度の指標として、画面左上に毎秒レンダリングされた フレーム数を表示します。 - 画面上のコントロールを描画 画質向上の設定 内部解像度の変更 diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml index 29e5a67b30..517a80dbd3 100644 --- a/Source/Android/res/values/strings.xml +++ b/Source/Android/res/values/strings.xml @@ -91,7 +91,6 @@ %s Show FPS Show the number of frames rendered per second as a measure of emulation speed. - Draw on-screen controls Enhancements Internal Resolution diff --git a/Source/Android/res/xml/video_prefs.xml b/Source/Android/res/xml/video_prefs.xml index 5228c117ff..2f9c7eb36e 100644 --- a/Source/Android/res/xml/video_prefs.xml +++ b/Source/Android/res/xml/video_prefs.xml @@ -136,10 +136,4 @@ android:key="showFPS" android:summary="@string/show_fps_descrip" android:title="@string/show_fps"/> - \ No newline at end of file