aboutsummaryrefslogtreecommitdiff
path: root/Bezier.c
diff options
context:
space:
mode:
Diffstat (limited to 'Bezier.c')
-rw-r--r--Bezier.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bezier.c b/Bezier.c
index 7bba1d5..adfa243 100644
--- a/Bezier.c
+++ b/Bezier.c
@@ -47,7 +47,6 @@ static const char compile_id[]="$Compile: " __FILE__ " " __DATE__ " " __TIME__ "
* Bit offset of flags.
*/
#define FILLED_BIT 1<<0 /* If the item is filled with color/pattern */
-#define CLOSED_BIT 1<<1 /* If the item should be closed */
#define CCW 1<<2 /* Tell if the controls are described in
* clockwise or ccw order. */
#define FIRST_END_OK 1<<3