From 00a405a7a36acc6dcf951a2c089dfb121c4a7ff9 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 21 Nov 2021 09:26:23 -0800 Subject: [PATCH] smyrna prepare_topological_fisheye: remove unused 'gg' --- cmd/smyrna/topfisheyeview.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/smyrna/topfisheyeview.c b/cmd/smyrna/topfisheyeview.c index df1bc60eb..1cdc98fac 100644 --- a/cmd/smyrna/topfisheyeview.c +++ b/cmd/smyrna/topfisheyeview.c @@ -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; -- 2.40.0