summaryrefslogtreecommitdiff
path: root/src/cairo.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-02-19 10:40:01 +0100
committerBenjamin Otte <otte@redhat.com>2011-02-19 10:40:01 +0100
commit94612bc0323a0af0053ebec769040a7506fc5c22 (patch)
treefcb2ca25c1a05980c2920ceccee358020b82e89c /src/cairo.c
parent9fc5ff797ac6f4cf9029319907fb5556a585108b (diff)
downloadcairo-94612bc0323a0af0053ebec769040a7506fc5c22.tar.gz
arc: Remove erroneous return statement
Introduced in e46dc9e17a6f6737d5624dbcdd3c42c2353a72f1.
Diffstat (limited to 'src/cairo.c')
-rw-r--r--src/cairo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cairo.c b/src/cairo.c
index 8c19cd11b..2ea36bc7c 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -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 */