mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00: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
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue