diff options
| author | Lioncash <mathew1800@gmail.com> | 2013-10-28 16:36:26 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2013-10-28 16:36:26 -0400 |
| commit | 3c7613fc83981f9ef8efa2e4ac478af9fe23bdec (patch) | |
| tree | e8f6d35a6dbf2d039601a93d85f231e71a9af5a5 /Source/Android | |
| parent | 4e999fe0ee1100ef4bee2e3fefe908222a5c2e92 (diff) | |
[Android] More cleanup. We don't need the preference to enable/disable the overlay in the video preferences anymore.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/res/values-ja/strings.xml | 1 | ||||
| -rw-r--r-- | Source/Android/res/values/strings.xml | 1 | ||||
| -rw-r--r-- | Source/Android/res/xml/video_prefs.xml | 6 |
3 files changed, 0 insertions, 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 @@ <string name="video_backend_desc">%s</string> <string name="show_fps">FPSを表示</string> <string name="show_fps_descrip">エミュレーション速度の指標として、画面左上に毎秒レンダリングされた フレーム数を表示します。</string> - <string name="draw_onscreen_controls">画面上のコントロールを描画</string> <string name="enhancements">画質向上の設定</string> <string name="internal_resolution">内部解像度の変更</string> 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 @@ <string name="video_backend_desc">%s</string> <string name="show_fps">Show FPS</string> <string name="show_fps_descrip">Show the number of frames rendered per second as a measure of emulation speed.</string> - <string name="draw_onscreen_controls">Draw on-screen controls</string> <string name="enhancements">Enhancements</string> <string name="internal_resolution">Internal Resolution</string> 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"/> - <!-- - <CheckBoxPreference - android:defaultValue="true" - android:key="drawOnscreenControls" - android:title="@string/draw_onscreen_controls"/> - --> </PreferenceScreen>
\ No newline at end of file |
