From: Matthew Fernandez Date: Sun, 6 Jun 2021 02:01:14 +0000 (-0700) Subject: remove unused CW X-Git-Tag: 2.47.3~9^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f864844d1ce4f2a50926f70f8669defa2d9cfc6d;p=graphviz remove unused CW --- diff --git a/lib/pathplan/vis.h b/lib/pathplan/vis.h index 77449c8ad..dcb27c644 100644 --- a/lib/pathplan/vis.h +++ b/lib/pathplan/vis.h @@ -28,7 +28,6 @@ extern "C" { #define EQ(p,q) ((p.x == q.x) && (p.y == q.y)) #define NEQ(p,q) (!EQ(p,q)) #define NIL(p) ((p)0) -#define CW 0 struct vconfig_s { int Npoly;