summaryrefslogtreecommitdiff
path: root/test/push-group.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2006-08-08 01:16:49 -0700
committerCarl Worth <cworth@cworth.org>2006-08-08 01:16:49 -0700
commitc3b912d7db34c5881cf14725b7d29266cbf24877 (patch)
tree84188088e73c7caf74ffd2f80bb032739eeb491c /test/push-group.c
parentc7d11ad2b4778cb7399eae990a410cb72568af11 (diff)
downloadcairo-c3b912d7db34c5881cf14725b7d29266cbf24877.tar.gz
Eliminate most compiler warnings from the test suite
Diffstat (limited to 'test/push-group.c')
-rw-r--r--test/push-group.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/push-group.c b/test/push-group.c
index 738df6f18..0c6e50b6f 100644
--- a/test/push-group.c
+++ b/test/push-group.c
@@ -56,7 +56,6 @@ draw (cairo_t *cr, int width, int height)
for (i = 0; i < 1; i++) {
double x = (i * UNIT_SIZE) + (i + 1) * PAD;
double y = (j * UNIT_SIZE) + (j + 1) * PAD;
- cairo_pattern_t *group_pattern;
cairo_save (cr);