[cairo-commit] cairo/test surface-finish-twice.c,1.4,1.5
Carl Worth
commit at pdx.freedesktop.org
Fri Aug 5 10:43:09 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv8702/test
Modified Files:
surface-finish-twice.c
Log Message:
2005-08-05 Carl Worth <cworth at cworth.org>
* test/surface-finish-twice.c (draw): Remove unused variable.
Index: surface-finish-twice.c
===================================================================
RCS file: /cvs/cairo/cairo/test/surface-finish-twice.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- surface-finish-twice.c 27 Jul 2005 22:39:35 -0000 1.4
+++ surface-finish-twice.c 5 Aug 2005 17:43:07 -0000 1.5
@@ -52,7 +52,6 @@
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);
More information about the cairo-commit
mailing list