]> granicus.if.org Git - graphviz/commitdiff
remove unused ginf
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 02:14:56 +0000 (19:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 9 Jun 2021 04:05:43 +0000 (21:05 -0700)
lib/common/utils.c
lib/common/utils.h

index fd99480f9c3f35e62f8c9a7535b57f9de61cac80..bbdfe5cb574d663eca8dbd15e78d5349582d9767 100644 (file)
@@ -1970,5 +1970,4 @@ findCluster (Dt_t* map, char* name)
 }
 
 Agnodeinfo_t* ninf(Agnode_t* n) {return (Agnodeinfo_t*)AGDATA(n);}
-Agraphinfo_t* ginf(Agraph_t* g) {return (Agraphinfo_t*)AGDATA(g);}
 /* void dumpG(Agraph_t* g) { agwrite(g, stderr); } */
index a06fe92082aa9ade1ff4339ec48dbaa1071d2fbc..971b5ff4f3be2d415f90ceac0b22dc94ffae3c5f 100644 (file)
@@ -106,7 +106,6 @@ extern "C" {
     extern void cat_libfile(GVJ_t * job, const char **arglib, const char **stdlib);
 
 Agnodeinfo_t* ninf(Agnode_t* n);
-Agraphinfo_t* ginf(Agraph_t* g);
 
 #undef extern