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

index dcb27c644818c9854ddf1287417dbfc1abc51074..7e5f36acdf605c6b01f77d73350679aa84a96d59 100644 (file)
@@ -26,7 +26,6 @@ extern "C" {
     typedef COORD **array2;
 
 #define EQ(p,q)                ((p.x == q.x) && (p.y == q.y))
-#define NEQ(p,q)       (!EQ(p,q))
 #define NIL(p)         ((p)0)
 
     struct vconfig_s {