[PATCH 3/6] test: Drop unused path variable in two recently added tests

"Bryce W. Harrington" <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
Signed-off-by: Bryce Harrington <[email protected]>
---
 test/paint-with-alpha-group-clip.c |    2 --
 test/rotate-stroke-box.c           |    2 --
 2 files changed, 4 deletions(-)

diff --git a/test/paint-with-alpha-group-clip.c b/test/paint-with-alpha-group-clip.c
index 7be47b2..e1e4383 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);
 
diff --git a/test/rotate-stroke-box.c b/test/rotate-stroke-box.c
index ebbd795..862abc9 100644
--- a/test/rotate-stroke-box.c
+++ b/test/rotate-stroke-box.c
@@ -29,8 +29,6 @@
 static cairo_test_status_t
 draw (cairo_t *cr, int width, int height)
 {
-    cairo_path_t *path;
-
     cairo_save (cr);
     cairo_set_source_rgb (cr, 1, 1, 1);
     cairo_paint (cr);
-- 
1.7.9.5
-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.