From cbbcb0247e6aa8d7adc274a94206ee02f9c70bea Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 17 Apr 2013 11:58:33 -0600 Subject: mesa: remove DD_TRI_LIGHT_TWOSIDE flag v2: use conditional operator instead of bit shifting Reviewed-by: Eric Anholt --- src/mesa/main/debug.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/debug.h') diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h index 6bc536591ac..4fbfaff052a 100644 --- a/src/mesa/main/debug.h +++ b/src/mesa/main/debug.h @@ -42,7 +42,6 @@ struct gl_context; struct gl_texture_image; -extern void _mesa_print_tri_caps( const char *name, GLuint flags ); extern void _mesa_print_enable_flags( const char *msg, GLuint flags ); extern void _mesa_print_state( const char *msg, GLuint state ); extern void _mesa_print_info( void ); -- cgit v1.2.3