Quieten debug message.
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 5 Oct 2006 11:27:13 +0000 (11:27 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 5 Oct 2006 11:27:13 +0000 (11:27 +0000)
src/mesa/drivers/dri/i965/brw_wm_fp.c

index 8bf5579..04c7555 100644 (file)
@@ -60,9 +60,11 @@ static const char *wm_opcode_strings[] = {
    "FB_WRITE"
 };
 
+#if 0
 static const char *wm_file_strings[] = {   
    "PAYLOAD"
 };
+#endif
 
 
 /***********************************************************************