Module: wine Branch: master Commit: aa225419f35e50788ef586a4b6ada1899d446648 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aa225419f35e50788ef586a4b6...
Author: Roderick Colenbrander thunderbird2k@gmx.net Date: Wed Aug 1 13:32:29 2007 +0200
wgl: Silence an error in ConvertPixelFormatWGLtoGLX.
---
dlls/winex11.drv/opengl.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index a0480b4..214335d 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