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