summaryrefslogtreecommitdiff
path: root/test/paint-with-alpha-group-clip.c
diff options
context:
space:
mode:
authorBryce Harrington <b.harrington@samsung.com>2014-01-29 10:04:41 -0800
committerBryce Harrington <b.harrington@samsung.com>2014-01-31 11:25:48 -0800
commit9a29805f4e666577e5fe72fec62ecc76719862d9 (patch)
tree499b5b65bec8c60c6930c5317864174579e47118 /test/paint-with-alpha-group-clip.c
parent0723290a6f7261be51312d0c53a7d4188a31bb1c (diff)
downloadcairo-9a29805f4e666577e5fe72fec62ecc76719862d9.tar.gz
test: Drop unused path variable in two recently added tests
Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/paint-with-alpha-group-clip.c')
-rw-r--r--test/paint-with-alpha-group-clip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/paint-with-alpha-group-clip.c b/test/paint-with-alpha-group-clip.c
index 7be47b20a..e1e438330 100644
--- a/test/paint-with-alpha-group-clip.c
+++ b/test/paint-with-alpha-group-clip.c
@@ -35,8 +35,6 @@
static cairo_test_status_t
draw (cairo_t *cr, int width, int height)
{
- cairo_path_t *path;
-
cairo_set_source_rgb (cr, 1, 1, 1);
cairo_paint (cr);