diff options
author | David Robillard <d@drobilla.net> | 2020-07-04 14:01:59 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-07-04 14:01:59 +0200 |
commit | 3b497c847d149b11d45c6ac40b976496d9ad116d (patch) | |
tree | 1ccdd98104b62b5dc13d8d98b813d94d248e3633 /pugl | |
parent | 3452f489c71f64284c25c909602ec8b1e8d65b99 (diff) | |
download | pugl-3b497c847d149b11d45c6ac40b976496d9ad116d.tar.gz pugl-3b497c847d149b11d45c6ac40b976496d9ad116d.tar.bz2 pugl-3b497c847d149b11d45c6ac40b976496d9ad116d.zip |
Windows: Remove unused constants
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/detail/win_gl.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 |