mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 13:58:01 +02:00
Remove errant line of code that was inadvertently committed recently.
This commit is contained in:
parent
3e05319bf8
commit
89a9771b60
2 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue