diff options
author | Carl Worth <cworth@cworth.org> | 2005-08-05 10:43:07 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-08-05 10:43:07 +0000 |
commit | 7d88cdd15bbf8ccb82b7bd45313396ea6f93054f (patch) | |
tree | 9ae48e3950c513ecf1e39e9e014c4bd6f5e944aa /test/surface-finish-twice.c | |
parent | e59d1dff7f8096c497ca4e70df1259b16c264f25 (diff) |
Remove unused variable.
Diffstat (limited to 'test/surface-finish-twice.c')
-rw-r--r-- | test/surface-finish-twice.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/surface-finish-twice.c b/test/surface-finish-twice.c index ce4f0659..ad6c0e94 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); |