Cleaned out a few C++ single-line comments.

Should we bother doing this anymore? Is there really a C compiler we care
 about that doesn't support this?
This commit is contained in:
Ryan C. Gordon 2013-01-21 02:50:11 -05:00
parent 09cbdb12c9
commit d41de59fc9
6 changed files with 20 additions and 15 deletions

View file

@ -460,8 +460,8 @@ X11_GL_GetAttributes(_THIS, Display * display, int screen, int * attribs, int si
GLX_SLOW_VISUAL_EXT;
}
// If we're supposed to use DirectColor visuals, and we've got the EXT_visual_info
// extension, then add GLX_X_VISUAL_TYPE_EXT.
/* If we're supposed to use DirectColor visuals, and we've got the
EXT_visual_info extension, then add GLX_X_VISUAL_TYPE_EXT. */
if (X11_UseDirectColorVisuals() &&
_this->gl_data->HAS_GLX_EXT_visual_info) {
attribs[i++] = GLX_X_VISUAL_TYPE_EXT;