diff options
author | Carl Worth <cworth@cworth.org> | 2004-12-23 13:49:56 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-12-23 13:49:56 +0000 |
commit | 7a5a3cb208b079dfe453ad532a8939bed394cff9 (patch) | |
tree | 9c81edf02027295d46ac18c2578b763e99859126 /src/cairo-traps.c | |
parent | f76d898cf1f14305e1cc984d0f2f40c831aa9014 (diff) |
Remove unused CAIRO_TRAPS_GROWTH_INC.
Resize arrays by doubling rather than by linear increments.
Add new bug exposed centi_unfinished.svg.
Diffstat (limited to 'src/cairo-traps.c')
-rw-r--r-- | src/cairo-traps.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cairo-traps.c b/src/cairo-traps.c index 8f8d035c..1cea698a 100644 --- a/src/cairo-traps.c +++ b/src/cairo-traps.c @@ -37,8 +37,6 @@ #include "cairoint.h" -#define CAIRO_TRAPS_GROWTH_INC 10 - /* private functions */ static cairo_status_t |