From f864844d1ce4f2a50926f70f8669defa2d9cfc6d Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 5 Jun 2021 19:01:14 -0700 Subject: [PATCH] remove unused CW --- lib/pathplan/vis.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0