From 3b497c847d149b11d45c6ac40b976496d9ad116d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Jul 2020 14:01:59 +0200 Subject: Windows: Remove unused constants --- pugl/detail/win_gl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'pugl/detail') diff --git a/pugl/detail/win_gl.c b/pugl/detail/win_gl.c index 63b81de..0ebc5b9 100644 --- a/pugl/detail/win_gl.c +++ b/pugl/detail/win_gl.c @@ -36,7 +36,6 @@ #define WGL_SUPPORT_OPENGL_ARB 0x2010 #define WGL_DOUBLE_BUFFER_ARB 0x2011 #define WGL_PIXEL_TYPE_ARB 0x2013 -#define WGL_COLOR_BITS_ARB 0x2014 #define WGL_RED_BITS_ARB 0x2015 #define WGL_GREEN_BITS_ARB 0x2017 #define WGL_BLUE_BITS_ARB 0x2019 @@ -50,7 +49,6 @@ #define WGL_CONTEXT_MAJOR_VERSION_ARB 0x2091 #define WGL_CONTEXT_MINOR_VERSION_ARB 0x2092 -#define WGL_CONTEXT_LAYER_PLANE_ARB 0x2093 #define WGL_CONTEXT_FLAGS_ARB 0x2094 #define WGL_CONTEXT_PROFILE_MASK_ARB 0x9126 -- cgit v1.2.1