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.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/mesa/main/debug.c') diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index e8d850dff86..5dda766b934 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -96,18 +96,6 @@ _mesa_print_state( const char *msg, GLuint state ) -void -_mesa_print_tri_caps( const char *name, GLuint flags ) -{ - _mesa_debug(NULL, - "%s: (0x%x) %s\n", - name, - flags, - (flags & DD_TRI_LIGHT_TWOSIDE) ? "tri-light-twoside, " : "" - ); -} - - /** * Print information about this Mesa version and build options. */ -- cgit v1.2.3