From cea442c0d0d7f1ef95d9d8048668eecbdcbc9a4e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 16 Jan 2014 22:37:41 +0000 Subject: sna: Cull the DBG spew to stderr Reduce the logging verbosity of DBG so that it only appears in the logfile by default - makes debugging much more pleasant. Signed-off-by: Chris Wilson --- src/sna/sna_trapezoids.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/sna/sna_trapezoids.c') diff --git a/src/sna/sna_trapezoids.c b/src/sna/sna_trapezoids.c index 2dcb6d31..ac2f764d 100644 --- a/src/sna/sna_trapezoids.c +++ b/src/sna/sna_trapezoids.c @@ -39,12 +39,6 @@ #include -#if 0 -#define __DBG(x) ErrorF x -#else -#define __DBG(x) -#endif - /* TODO: Emit unantialiased and MSAA triangles. */ #ifndef MAX -- cgit v1.2.3