summaryrefslogtreecommitdiff
path: root/src/cairo-bentley-ottmann.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-06-09 10:40:32 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-06-09 10:40:32 +0100
commit6eb5f859f1d38783dc43541e7e87b0c5f91691d8 (patch)
tree0db6196c33a07f89c60ce06b67b6aa18731d3ec9 /src/cairo-bentley-ottmann.c
parent85af0ec37456b4eb47c39326b24370a9ccc43092 (diff)
downloadcairo-6eb5f859f1d38783dc43541e7e87b0c5f91691d8.tar.gz
bo: And disable DEBUG_TRAPS again.
Meh. I'm going back to bed. Thanks Joonas for catching this.
Diffstat (limited to 'src/cairo-bentley-ottmann.c')
-rw-r--r--src/cairo-bentley-ottmann.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-bentley-ottmann.c b/src/cairo-bentley-ottmann.c
index 2ead960e7..b3819f2f7 100644
--- a/src/cairo-bentley-ottmann.c
+++ b/src/cairo-bentley-ottmann.c
@@ -44,7 +44,7 @@
#define DEBUG_PRINT_STATE 0
#define DEBUG_EVENTS 0
-#define DEBUG_TRAPS 1
+#define DEBUG_TRAPS 0
typedef cairo_point_t cairo_bo_point32_t;