diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 11:09:35 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:45 +0300 |
commit | d05d5d9a919f429b9d03c76d779b5b9a102cc11d (patch) | |
tree | ca502d4187fefde0b417a0e1cb8590aec04a83b5 /src/mesa/main/get.c | |
parent | 02a19684f928c4c5277913499302fb4511b15cad (diff) |
mesa: remove FEATURE_ARB_sync define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 6800cc353ae..a3d46795e6a 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -2316,7 +2316,6 @@ _mesa_GetIntegerv(GLenum pname, GLint *params) } } -#if FEATURE_ARB_sync void GLAPIENTRY _mesa_GetInteger64v(GLenum pname, GLint64 *params) { @@ -2411,7 +2410,6 @@ _mesa_GetInteger64v(GLenum pname, GLint64 *params) break; } } -#endif /* FEATURE_ARB_sync */ void GLAPIENTRY _mesa_GetDoublev(GLenum pname, GLdouble *params) @@ -2684,7 +2682,6 @@ _mesa_GetIntegerIndexedv( GLenum pname, GLuint index, GLint *params ) } } -#if FEATURE_ARB_sync void GLAPIENTRY _mesa_GetInteger64Indexedv( GLenum pname, GLuint index, GLint64 *params ) { @@ -2709,7 +2706,6 @@ _mesa_GetInteger64Indexedv( GLenum pname, GLuint index, GLint64 *params ) ; /* nothing - GL error was recorded */ } } -#endif /* FEATURE_ARB_sync */ #if FEATURE_ES1 void GLAPIENTRY |