diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-03-08 19:08:26 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-03-08 19:08:26 -0500 |
| commit | c5fb4ac96f6ee56877234186969cdec0ed31ff00 (patch) | |
| tree | e9263db50dc67af0c43baa8d4b4a8210c700acd5 /Source/Android/src | |
| parent | 2e70ff24415b3512424e3ccd0e18a51dfa18e909 (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.java | 1 |
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() |
