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;