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