From: Matthew Fernandez Date: Sun, 6 Jun 2021 01:59:50 +0000 (-0700) Subject: remove unused OBSCURED X-Git-Tag: 2.47.3~9^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fe012427e5cf25830dd45b34c4a8b95963e3add;p=graphviz remove unused OBSCURED --- diff --git a/lib/pathplan/vis.h b/lib/pathplan/vis.h index f13a72c12..79a8210c8 100644 --- a/lib/pathplan/vis.h +++ b/lib/pathplan/vis.h @@ -25,7 +25,6 @@ extern "C" { typedef COORD **array2; -#define OBSCURED 0.0 #define EQ(p,q) ((p.x == q.x) && (p.y == q.y)) #define NEQ(p,q) (!EQ(p,q)) #define NIL(p) ((p)0)