Skip to content

Commit

Permalink
Merge pull request #143 from lioncash/no-comment
Browse files Browse the repository at this point in the history
[Android] Remove unnecessary comment from VideoSettingsFragment.
  • Loading branch information
Parlane committed Mar 9, 2014
2 parents 2e70ff2 + c5fb4ac commit d1610cf
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -98,7 +98,6 @@ else if (preference.getString(key, "Software Renderer").equals("OGL"))
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()
Expand Down

0 comments on commit d1610cf

Please sign in to comment.