[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(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…
Reference in New Issue