From: Matthew Fernandez Date: Tue, 6 Sep 2022 00:55:13 +0000 (-0700) Subject: ortho: remove unused 'E_INCR' X-Git-Tag: 6.0.2~46^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=824665f59bf3a4f69017a30b4c96eabbef89f896;p=graphviz ortho: remove unused 'E_INCR' --- diff --git a/lib/ortho/fPQ.h b/lib/ortho/fPQ.h index d659ac005..ed37708aa 100644 --- a/lib/ortho/fPQ.h +++ b/lib/ortho/fPQ.h @@ -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