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

index 77449c8adf85866b9fb4e4d2e03cce4780ec6eb2..dcb27c644818c9854ddf1287417dbfc1abc51074 100644 (file)
@@ -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;