]> granicus.if.org Git - graphviz/commitdiff
common: remove 'GD_inleaf'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 6 Jul 2022 04:11:43 +0000 (21:11 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 9 Jul 2022 14:50:48 +0000 (07:50 -0700)
As discussed in the prior commit, this refers to a field that does not and has
never existed.

lib/common/types.h

index be9a16d54c61f28d2d1f85b1b9577c9d8bf91a61..96fb5d7ac66d0dfacc510d78818cb7718340a6f1 100644 (file)
@@ -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)