summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wgl/wglgears.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wgl/wglgears.c b/src/wgl/wglgears.c
index 819c8ba9..f6d6367d 100644
--- a/src/wgl/wglgears.c
+++ b/src/wgl/wglgears.c
@@ -461,8 +461,6 @@ make_window(const char *name, int x, int y, int width, int height)
exit(0);
}
assert(numFormats > 0);
- printf("Chose sRGB pixel format %d (0x%x)\n", pixelFormat, pixelFormat);
- fflush(stdout);
PIXELFORMATDESCRIPTOR newPfd;
DescribePixelFormat(hDC, pixelFormat, sizeof(pfd), &newPfd);