[Android] Remove unnecessary comment from VideoSettingsFragment.

Misleading comment. We won't need to access index four for anything.
This commit is contained in:
Lioncash 2014-03-08 19:08:26 -05:00
parent 2e70ff2441
commit c5fb4ac96f

View File

@ -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()