diff options
Diffstat (limited to 'src/mesa/main/debug.c')
-rw-r--r-- | src/mesa/main/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/debug.c b/src/mesa/main/debug.c index 769517c5eff..83e3a8b86b9 100644 --- a/src/mesa/main/debug.c +++ b/src/mesa/main/debug.c @@ -1,7 +1,6 @@ #include "mtypes.h" #include "debug.h" - void gl_print_state( const char *msg, GLuint state ) { fprintf(stderr, |