Remove errant line of code that was inadvertently committed recently.

This commit is contained in:
Carl Worth 2005-07-15 00:56:58 +00:00
parent 3e05319bf8
commit 89a9771b60
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2005-07-15 Carl Worth <cworth@cworth.org>
* test/cairo-test.c (cairo_test_for_target): Remove errant line of
code that was inadvertently committed recently.
2005-07-14 Carl Worth <cworth@cworth.org>
* test/surface-finish-twice.c: (draw): Fix leak of surface.

View file

@ -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;