mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-14 05:10:34 +01:00
Remove unused variable.
This commit is contained in:
parent
e59d1dff7f
commit
7d88cdd15b
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue