]> granicus.if.org Git - graphviz/commitdiff
ortho: remove unused 'E_INCR'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 6 Sep 2022 00:55:13 +0000 (17:55 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 11 Sep 2022 16:29:44 +0000 (09:29 -0700)
lib/ortho/fPQ.h

index d659ac005dab7c76b8dcd288fa96070b86f7d331..ed37708aa126352913431c728f115aac8f9d9731 100644 (file)
@@ -21,7 +21,6 @@
 #define N_DAD(n) (n)->n_dad
 #define N_EDGE(n) (n)->n_edge
 #define E_WT(e) (e->weight)
-#define E_INCR(e) (e->incr)
 
 #ifndef FPQ_H
 #define FPQ_H