Revert "Added initial framebuffer sRGB support."

This reverts commit 07260cb768.
This commit is contained in:
Camilla Berglund
2011-01-02 00:11:47 +01:00
parent 15c4a2bd02
commit 77e3b428c5
8 changed files with 6 additions and 53 deletions
-2
View File
@@ -228,8 +228,6 @@ typedef struct _GLFWcontextWGL
PFNWGLCREATECONTEXTATTRIBSARBPROC CreateContextAttribsARB;
GLboolean has_WGL_EXT_swap_control;
GLboolean has_WGL_ARB_multisample;
GLboolean has_WGL_EXT_framebuffer_sRGB;
GLboolean has_WGL_ARB_framebuffer_sRGB;
GLboolean has_WGL_ARB_pixel_format;
GLboolean has_WGL_ARB_create_context;
GLboolean has_WGL_ARB_create_context_profile;