From: Matthew Fernandez Date: Wed, 6 Jul 2022 04:11:43 +0000 (-0700) Subject: common: remove 'GD_inleaf' X-Git-Tag: 5.0.1~51^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bc29dd39c899e7e6e7bb153178b9dc32d70a56a;p=graphviz common: remove 'GD_inleaf' As discussed in the prior commit, this refers to a field that does not and has never existed. --- diff --git a/lib/common/types.h b/lib/common/types.h index be9a16d54..96fb5d7ac 100644 --- a/lib/common/types.h +++ b/lib/common/types.h @@ -361,7 +361,6 @@ typedef enum {NATIVEFONTS,PSFONTS,SVGFONTS} fontname_kind; #define GD_has_sinkrank(g) (((Agraphinfo_t*)AGDATA(g))->has_sinkrank) #define GD_ht1(g) (((Agraphinfo_t*)AGDATA(g))->ht1) #define GD_ht2(g) (((Agraphinfo_t*)AGDATA(g))->ht2) -#define GD_inleaf(g) (((Agraphinfo_t*)AGDATA(g))->inleaf) #define GD_installed(g) (((Agraphinfo_t*)AGDATA(g))->installed) #define GD_label(g) (((Agraphinfo_t*)AGDATA(g))->label) #define GD_leader(g) (((Agraphinfo_t*)AGDATA(g))->leader)