summaryrefslogtreecommitdiff
path: root/src/cairo-bentley-ottmann.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-01-30 21:54:56 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2009-01-30 21:54:56 +0000
commit7375f4c76bb169cc24d5d714520c337172d3cf69 (patch)
tree58506bf781be5307c38d54af3c966a97bb1f3197 /src/cairo-bentley-ottmann.c
parentf10eaadf89fa94172a81c05a59febab3f7e32396 (diff)
downloadcairo-7375f4c76bb169cc24d5d714520c337172d3cf69.tar.gz
Trivial warning fixes.
Cleanup a few compiler warnings about unused variables and mismatching pointer types.
Diffstat (limited to 'src/cairo-bentley-ottmann.c')
-rw-r--r--src/cairo-bentley-ottmann.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo-bentley-ottmann.c b/src/cairo-bentley-ottmann.c
index f1f2f8384..81eed1d67 100644
--- a/src/cairo-bentley-ottmann.c
+++ b/src/cairo-bentley-ottmann.c
@@ -966,7 +966,6 @@ _cairo_bo_event_queue_init (cairo_bo_event_queue_t *event_queue,
int i;
cairo_bo_event_t *events, **sorted_event_ptrs;
unsigned num_events = 2*num_edges;
- cairo_status_t status;
/* The skip_elt_t field of a cairo_bo_event_t isn't used for start
* or stop events, so this allocation is safe. XXX: make the