Remove unused variable.

This commit is contained in:
Carl Worth 2005-08-05 10:43:07 +00:00
parent e59d1dff7f
commit 7d88cdd15b
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,9 @@
2005-08-05 Carl Worth <cworth@cworth.org>
* test/surface-finish-twice.c (draw): Remove unused variable.
2005-08-05 Carl Worth <cworth@cworth.org>
* doc/public/Makefile.am: Ignore cairo-clip-private.h.
* doc/public/cairo-docs.xml: Drop non-existent cairo-atsui.xml.

View file

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