i965: Remove extraneous arg to debug_printf.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 7 Aug 2008 22:32:45 +0000 (23:32 +0100)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Fri, 8 Aug 2008 11:32:23 +0000 (12:32 +0100)
src/gallium/drivers/i965simple/brw_context.h

index f00eb34..3079485 100644 (file)
@@ -188,7 +188,7 @@ extern int BRW_DEBUG;
 } while(0)
 
 #define PRINT(...) do {                                                \
-   debug_printf(brw->pipe.winsys, __VA_ARGS__);                        \
+   debug_printf(__VA_ARGS__);                                  \
 } while(0)
 
 struct brw_state_flags {