From: Brian Paul Date: Wed, 12 May 2004 14:51:51 +0000 (+0000) Subject: remove the last line of the previous patch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5726a238d4d0d6dbe19ddb58cd07f7eeefb58fa2;p=mesa.git remove the last line of the previous patch --- diff --git a/src/glx/mini/miniglx.c b/src/glx/mini/miniglx.c index 43889964a5c..7e78a020ddb 100644 --- a/src/glx/mini/miniglx.c +++ b/src/glx/mini/miniglx.c @@ -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 &&