]> granicus.if.org Git - graphviz/commitdiff
remove unused macros LT and GT
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 30 May 2021 16:41:55 +0000 (09:41 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 18:13:03 +0000 (11:13 -0700)
lib/pathplan/route.c

index c182ee53ee011377807ca2a82b811606ca7032a0..14e959b299a4bc61529985f8391d04d993afb7af 100644 (file)
@@ -34,9 +34,6 @@ typedef struct tna_t {
 
 #define POINTSIZE sizeof (Ppoint_t)
 
-#define LT(pa, pbp) ((pa.y > pbp->y) || ((pa.y == pbp->y) && (pa.x < pbp->x)))
-#define GT(pa, pbp) ((pa.y < pbp->y) || ((pa.y == pbp->y) && (pa.x > pbp->x)))
-
 typedef struct p2e_t {
     Ppoint_t *pp;
     Pedge_t *ep;