From cbdfec5ed797f44481a0cb7f96cf1b8f4350ba95 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 22 Oct 2021 19:04:30 -0700 Subject: [PATCH] smyrna: remove unused 'TopviewData' --- cmd/smyrna/smyrnadefs.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index d398ee3e8..e5726d589 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -142,10 +142,6 @@ typedef struct GVK_SFDP /* keep last */ } gvk_layout; - typedef struct { - - int a; - } topviewdata; typedef struct { int node_id; @@ -369,7 +365,6 @@ typedef struct topview_edge *Edges; int Nodecount; int Edgecount; - topviewdata *TopviewData; void *customptr; struct { int active; //1 draw hierarchy 0 draw regular topview -- 2.40.0