remove the last line of the previous patch

This commit is contained in:
Brian Paul 2004-05-12 14:51:51 +00:00
parent 86c7541f9b
commit 5726a238d4
1 changed files with 0 additions and 1 deletions

View File

@ -1603,7 +1603,6 @@ glXChooseVisual( Display *dpy, int screen, int *attribList )
for (i = 0; i < dpy->numModes; i++) {
const __GLcontextModes *mode = dpy->modes + i;
if (mode->rgbMode == rgbFlag &&
(mode->redBits+mode->greenBits+mode->blueBits+mode->alphaBits) == dpy->driverContext.bpp &&
mode->redBits >= redBits &&
mode->greenBits >= greenBits &&
mode->blueBits >= blueBits &&