From dfb83f1e5de826d58cc136994f0c8e4d72da3300 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 20 Oct 2021 18:50:26 -0700 Subject: [PATCH] smyrna: remove unused 'node_data_attribute*' --- cmd/smyrna/smyrnadefs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index e61c2510b..ddc182959 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -586,10 +586,6 @@ typedef struct int active_camera; viewport_camera *selected_camera; //selected camera does not have to nec. be active one - /*data attributes are read from graph's attributes DataAttribute1 and DataAttribute2 */ - char *node_data_attribute1; /*for topview graphs this is the node data attribute to put as label */ - char *node_data_attribute2; /*for topview graphs this is the node data attribute to be stored and used for something else */ - /*0 advanced users with editing options 1 nonice users just navigate (glmenu system) */ int topviewusermode; -- 2.40.0