From aa225419f35e50788ef586a4b6ada1899d446648 Mon Sep 17 00:00:00 2001 From: Roderick Colenbrander Date: Wed, 1 Aug 2007 13:32:29 +0200 Subject: [PATCH] wgl: Silence an error in ConvertPixelFormatWGLtoGLX. --- dlls/winex11.drv/opengl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index a0480b418bf..214335d45d8 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -987,7 +987,6 @@ static WineGLPixelFormat* ConvertPixelFormatWGLtoGLX(Display *display, int iPixe * iPixelFormat in case of probing the number of pixelformats. */ if((iPixelFormat <= 0) || (iPixelFormat > WineGLPixelFormatListSize)) { - ERR("invalid iPixelFormat %d\n", iPixelFormat); if(AllowOffscreen) *fmt_count = WineGLPixelFormatListSize; else