test/pixman-rotate.c: Don't issue a show_page, it's already done in cairo-test.c

This commit is contained in:
Emmanuel Pacaud 2006-11-12 20:49:34 +01:00
parent 4f02395267
commit 2928f6eb5f

View file

@ -63,8 +63,6 @@ draw (cairo_t *cr, int width, int height)
cairo_set_source_surface (cr, stamp, 0, 0);
cairo_paint (cr);
cairo_show_page (cr);
cairo_surface_destroy (stamp);
return CAIRO_TEST_SUCCESS;