diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 10:09:18 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:16 +0300 |
commit | 528f48432e58579d28a374581b1e6c7e64055381 (patch) | |
tree | 4976a8d94283f5ddf21dd64f4fb3a306be6fb715 /src/mesa/main/getstring.c | |
parent | 7ada8d371ede2eb2b3007ddc78225175842ef404 (diff) |
mesa: remove FEATURE_ARB_shader_objects and related defines.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/getstring.c')
-rw-r--r-- | src/mesa/main/getstring.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c index e8a5930dd6c..24210c34bd8 100644 --- a/src/mesa/main/getstring.c +++ b/src/mesa/main/getstring.c @@ -131,12 +131,10 @@ _mesa_GetString( GLenum name ) return (const GLubyte *) 0; } return (const GLubyte *) ctx->Extensions.String; -#if FEATURE_ARB_shading_language_100 || FEATURE_ES2 case GL_SHADING_LANGUAGE_VERSION: if (ctx->API == API_OPENGLES) break; return shading_language_version(ctx); -#endif #if FEATURE_NV_fragment_program || FEATURE_ARB_fragment_program || \ FEATURE_NV_vertex_program || FEATURE_ARB_vertex_program case GL_PROGRAM_ERROR_STRING_NV: |