]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'gvprscript'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Oct 2021 02:01:32 +0000 (19:01 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Oct 2021 00:20:28 +0000 (17:20 -0700)
cmd/smyrna/smyrnadefs.h

index cc39b06bbed07eaa27f49fc8b812ef4157e205d5..d53588b1ec98351b8d7c257977d1275cdc62c3c4 100644 (file)
@@ -118,19 +118,6 @@ typedef struct
 
     } colorschema;
 
-    typedef enum { gvpr_no_arg,gvpr_obj_arg,gvpr_string_arg,gvpr_sel_node_arg,gvpr_sel_edge_arg} gvpr_arg_type;
-
-    typedef struct {
-       char* def;
-       char *script;
-       char *args;
-       char *attr_name;        /*attribute name to identify script in the graph */
-       void* obj;
-       gvpr_arg_type arg_type;
-    } gvprscript;
-    //_on_click="(gvpr_no_arg)N{node.color="red"){N.color="blue"}";
-
-
     typedef struct {
        int schemacount;       /* number of colors */
        int smooth;            /* if true, interpolate */