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>
This commit is contained in:
Bryce Harrington 2014-01-29 10:04:41 -08:00
parent 0723290a6f
commit 9a29805f4e
2 changed files with 0 additions and 4 deletions

View file

@ -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);

View file

@ -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);