From 89a9771b60906092cca1b5e7582be3ae140b9bc2 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 15 Jul 2005 00:56:58 +0000 Subject: [PATCH] Remove errant line of code that was inadvertently committed recently. --- ChangeLog | 5 +++++ test/cairo-test.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8640b786d..c4b532df7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-15 Carl Worth + + * test/cairo-test.c (cairo_test_for_target): Remove errant line of + code that was inadvertently committed recently. + 2005-07-14 Carl Worth * test/surface-finish-twice.c: (draw): Fix leak of surface. diff --git a/test/cairo-test.c b/test/cairo-test.c index 4274bef4b..9917ac94a 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -449,9 +449,6 @@ cairo_test_for_target (cairo_test_t *test, goto UNWIND_CAIRO; } - if (test->width > 0 && test->height > 0) - - /* Skip image check for tests with no image (width,height == 0,0) */ if (test->width != 0 && test->height != 0) { int pixels_changed;