Backed out changeset 38405f32bcbc (bug 1236266)

This commit is contained in:
Nigel Babu 2016-01-06 14:02:50 +05:30
parent e4d4d961e7
commit 737652a2aa

View File

@ -1334,14 +1334,6 @@ PREFIX(_intersect_rect) (region_type_t *dest,
region.extents.x2 = x + width;
region.extents.y2 = y + height;
if (!GOOD_RECT (&region.extents))
{
if (BAD_RECT (&region.extents))
_pixman_log_error (FUNC, "Invalid rectangle passed");
PREFIX (_init) (dest);
return;
}
return PREFIX(_intersect) (dest, source, &region);
}