summaryrefslogtreecommitdiff
path: root/Source/Android/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-03-08 19:08:26 -0500
committerLioncash <mathew1800@gmail.com>2014-03-08 19:08:26 -0500
commitc5fb4ac96f6ee56877234186969cdec0ed31ff00 (patch)
treee9263db50dc67af0c43baa8d4b4a8210c700acd5 /Source/Android/src
parent2e70ff24415b3512424e3ccd0e18a51dfa18e909 (diff)
[Android] Remove unnecessary comment from VideoSettingsFragment.
Misleading comment. We won't need to access index four for anything.
Diffstat (limited to 'Source/Android/src')
-rw-r--r--Source/Android/src/org/dolphinemu/dolphinemu/settings/video/VideoSettingsFragment.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Android/src/org/dolphinemu/dolphinemu/settings/video/VideoSettingsFragment.java b/Source/Android/src/org/dolphinemu/dolphinemu/settings/video/VideoSettingsFragment.java
index 55c1eb8963..5059fe9f39 100644
--- a/Source/Android/src/org/dolphinemu/dolphinemu/settings/video/VideoSettingsFragment.java
+++ b/Source/Android/src/org/dolphinemu/dolphinemu/settings/video/VideoSettingsFragment.java
@@ -98,7 +98,6 @@ public final class VideoSettingsFragment extends PreferenceFragment
mainScreen.getPreference(0).setEnabled(true);
mainScreen.getPreference(1).setEnabled(true);
mainScreen.getPreference(3).setEnabled(true);
- //mainScreen.getPreference(4).setEnabled(false);
// Create an alert telling them that their phone sucks
if (eglHelper.supportsGLES3()