test/fallback-resolution: Remove extra call to cairo_show_page

This commit is contained in:
Carl Worth 2006-06-19 21:16:03 -07:00
parent 7026e24548
commit 651b2a9ab0

View file

@ -125,8 +125,6 @@ main (void)
draw (cr, SIZE, SIZE, ppi[page]);
cairo_show_page (cr);
/* Backend-specific means of "advancing a page" */
switch (backend) {
case PDF: