summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-01-03 22:51:28 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2009-01-03 22:56:17 +0000
commit388ae177e4100698289819429fa1f8e6958d1c60 (patch)
treee97f0c4bb3ee5d9ac9e5e095a26582f8e888f748 /test/cairo-test.h
parent5f816ccd25d1cd303fc1e9e44e80c1207b2a424a (diff)
downloadcairo-388ae177e4100698289819429fa1f8e6958d1c60.tar.gz
[boilerplate] Remove CAIRO_BOILERPLATE_LOG()
The variadic macro is only used within boilerplate/ so replace it with a simple, and portable, call to fprintf.
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r--test/cairo-test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h
index 5bb23ae99..a9dbf19ba 100644
--- a/test/cairo-test.h
+++ b/test/cairo-test.h
@@ -26,7 +26,6 @@
#ifndef _CAIRO_TEST_H_
#define _CAIRO_TEST_H_
-#define CAIRO_BOILERPLATE_LOG(...) cairo_test_log (__VA_ARGS__)
#include "cairo-boilerplate.h"
#include <stdarg.h>