]> granicus.if.org Git - graphviz/commitdiff
remove unused OBSCURED
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 6 Jun 2021 01:59:50 +0000 (18:59 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 00:09:34 +0000 (17:09 -0700)
lib/pathplan/vis.h

index f13a72c120eaee5716a28b1d4c7a43b3d1055cfe..79a8210c88c70796612dda3637b4363f11ed8084 100644 (file)
@@ -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)