]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'node_data_attribute*'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 21 Oct 2021 01:50:26 +0000 (18:50 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 22 Oct 2021 00:04:21 +0000 (17:04 -0700)
cmd/smyrna/smyrnadefs.h

index e61c2510bb2a213e69a390f729b10b43c25465c0..ddc182959dabcb224ae256435d58748147812114 100644 (file)
@@ -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;