summaryrefslogtreecommitdiff
path: root/test/pixman-rotate.c
diff options
context:
space:
mode:
authorEmmanuel Pacaud <emmanuel.pacaud@free.fr>2006-11-12 20:49:34 +0100
committerEmmanuel Pacaud <emmanuel.pacaud@free.fr>2006-11-12 20:49:34 +0100
commit2928f6eb5f5bd207f8f41a628ad95d6552aa8246 (patch)
treea3eaf1e15da74e8ef8d38f8204a873c46f3e9764 /test/pixman-rotate.c
parent4f02395267dc0cccef231e548a914329dce2831f (diff)
downloadcairo-2928f6eb5f5bd207f8f41a628ad95d6552aa8246.tar.gz
test/pixman-rotate.c: Don't issue a show_page, it's already done in cairo-test.c
Diffstat (limited to 'test/pixman-rotate.c')
-rw-r--r--test/pixman-rotate.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/pixman-rotate.c b/test/pixman-rotate.c
index 425f883ac..ca4d96100 100644
--- a/test/pixman-rotate.c
+++ b/test/pixman-rotate.c
@@ -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;