common: remove 'GD_cl_cnt'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 6 Jul 2022 03:48:39 +0000 (20:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 9 Jul 2022 14:50:48 +0000 (07:50 -0700)
This macro is clearly typoed (it refers to the field `cl_nt` while its name says
`cl_cnt`), but this macro has also never been used.

lib/common/types.h

index 30598e53eec41293f2027948a2ea88cbd727bf85..be9a16d54c61f28d2d1f85b1b9577c9d8bf91a61 100644 (file)
@@ -346,7 +346,6 @@ typedef enum {NATIVEFONTS,PSFONTS,SVGFONTS} fontname_kind;
 #define GD_dist(g) (((Agraphinfo_t*)AGDATA(g))->dist)
 #define GD_alg(g) (((Agraphinfo_t*)AGDATA(g))->alg)
 #define GD_border(g) (((Agraphinfo_t*)AGDATA(g))->border)
-#define GD_cl_cnt(g) (((Agraphinfo_t*)AGDATA(g))->cl_nt)
 #define GD_clust(g) (((Agraphinfo_t*)AGDATA(g))->clust)
 #define GD_dotroot(g) (((Agraphinfo_t*)AGDATA(g))->dotroot)
 #define GD_comp(g) (((Agraphinfo_t*)AGDATA(g))->comp)