summaryrefslogtreecommitdiff
path: root/test/surface-finish-twice.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-08-05 10:43:07 +0000
committerCarl Worth <cworth@cworth.org>2005-08-05 10:43:07 +0000
commit7d88cdd15bbf8ccb82b7bd45313396ea6f93054f (patch)
tree9ae48e3950c513ecf1e39e9e014c4bd6f5e944aa /test/surface-finish-twice.c
parente59d1dff7f8096c497ca4e70df1259b16c264f25 (diff)
downloadcairo-7d88cdd15bbf8ccb82b7bd45313396ea6f93054f.tar.gz
Remove unused variable.
Diffstat (limited to 'test/surface-finish-twice.c')
-rw-r--r--test/surface-finish-twice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/surface-finish-twice.c b/test/surface-finish-twice.c
index ce4f06595..ad6c0e94b 100644
--- a/test/surface-finish-twice.c
+++ b/test/surface-finish-twice.c
@@ -52,7 +52,6 @@ static cairo_test_status_t
draw (cairo_t *cr, int width, int height)
{
cairo_surface_t *surface;
- cairo_status_t status;
surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32, 1, 1);