arc: Remove erroneous return statement

Introduced in e46dc9e17a.
This commit is contained in:
Benjamin Otte 2011-02-19 10:40:01 +01:00
parent 9fc5ff797a
commit 94612bc032

View file

@ -1910,8 +1910,6 @@ cairo_arc_negative (cairo_t *cr,
return;
}
return;
if (angle2 > angle1) {
/* decrease angle2 by multiples of full circle until it
* satisfies angle2 <= angle1 */