]> granicus.if.org Git - graphviz/commitdiff
smyrna prepare_topological_fisheye: remove unused 'gg'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 21 Nov 2021 17:26:23 +0000 (09:26 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 27 Nov 2021 17:12:13 +0000 (09:12 -0800)
cmd/smyrna/topfisheyeview.c

index df1bc60eb5611bec47f26919ece0e83552da709a..1cdc98fac59eb2999ac7ec80adc2cbb06eb14c1a 100644 (file)
@@ -134,7 +134,6 @@ void prepare_topological_fisheye(Agraph_t* g,topview * t)
     int closest_fine_node;
     int cur_level = 0;
     Hierarchy *hp;
-    ex_vtx_data *gg;
     gvcolor_t cl;
     Agnode_t *np;
 
@@ -155,7 +154,6 @@ void prepare_topological_fisheye(Agraph_t* g,topview * t)
     free(y_coords);
 
     fs = t->fisheyeParams.fs = initFocus(agnnodes(g)); // create focus set
-    gg = hp->geom_graphs[0];
 
     closest_fine_node = 0;     /* first node */
     fs->num_foci = 1;