diff options
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index a3d46795e6a..3c1d4d35a1f 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -2707,7 +2707,6 @@ _mesa_GetInteger64Indexedv( GLenum pname, GLuint index, GLint64 *params ) } } -#if FEATURE_ES1 void GLAPIENTRY _mesa_GetFixedv(GLenum pname, GLfixed *params) { @@ -2793,4 +2792,3 @@ _mesa_GetFixedv(GLenum pname, GLfixed *params) break; } } -#endif |