diff options
author | Heinrich Fink <[email protected]> | 2019-07-30 14:59:41 +0200 |
---|---|---|
committer | Heinrich Fink <[email protected]> | 2019-09-05 09:26:35 +0200 |
commit | 5cc7cc5f171079919dbe26f8e7a4d4eb53d119bb (patch) | |
tree | 16feb57a7474232dac9ca3225c63e10331bb3b9c /src/mesa/main/glheader.h | |
parent | e2c88b7cd6ef4c0774dde964a6d28db80f637594 (diff) |
headers: remove redundant GL token from GL wrapper
Removing GL_FRAMEBUFFER_FLIP_Y_MESA token from glheader.h as it is now
provided by glext.h
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r-- | src/mesa/main/glheader.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index a3294d89d18..59ca1cbadfc 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -128,10 +128,6 @@ typedef int GLclampx; #define GL_HALF_FLOAT_OES 0x8D61 #endif -#ifndef GL_MESA_framebuffer_flip_y -#define GL_FRAMEBUFFER_FLIP_Y_MESA 0x8BBB -#endif - /* There is no formal spec for the following extension. */ #ifndef GL_ATI_texture_compression_3dc #define GL_ATI_texture_compression_3dc 1 |