Code

Fixed the disabled debug macro which caused warnings
authormiklosh <miklosh@users.sourceforge.net>
Mon, 2 Oct 2006 12:29:17 +0000 (12:29 +0000)
committermiklosh <miklosh@users.sourceforge.net>
Mon, 2 Oct 2006 12:29:17 +0000 (12:29 +0000)
src/extension/internal/cairo-renderer.cpp

index bad3cb5aff1da1e8ddd8f3a8130d638fbf272411..f02189332624ff435a729f88c0f29edda16d207b 100644 (file)
@@ -81,7 +81,7 @@
 #endif
 
 //#define TRACE(_args) g_printf _args
-#define TRACE
+#define TRACE(_args)
 
 // FIXME: expose these from sp-clippath/mask.cpp
 struct SPClipPathView {