mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
[Android] Remove unnecessary comment from VideoSettingsFragment.
Misleading comment. We won't need to access index four for anything.
This commit is contained in:
parent
2e70ff2441
commit
c5fb4ac96f
@ -98,7 +98,6 @@ public final class VideoSettingsFragment extends PreferenceFragment
|
|||||||
mainScreen.getPreference(0).setEnabled(true);
|
mainScreen.getPreference(0).setEnabled(true);
|
||||||
mainScreen.getPreference(1).setEnabled(true);
|
mainScreen.getPreference(1).setEnabled(true);
|
||||||
mainScreen.getPreference(3).setEnabled(true);
|
mainScreen.getPreference(3).setEnabled(true);
|
||||||
//mainScreen.getPreference(4).setEnabled(false);
|
|
||||||
|
|
||||||
// Create an alert telling them that their phone sucks
|
// Create an alert telling them that their phone sucks
|
||||||
if (eglHelper.supportsGLES3()
|
if (eglHelper.supportsGLES3()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user