]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove prototypes of deleted functions
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 30 Sep 2021 02:36:56 +0000 (19:36 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Oct 2021 02:58:24 +0000 (19:58 -0700)
These functions were removed in af92d6ce857bfa235d6fe771088074a9979b7172.

cmd/smyrna/gui/gui.h

index a681187ddfba608b2a572959407a95c91fa7a7a7..74f88e8383a758c5b70d3dbd25a88c5eb5c12332 100644 (file)
@@ -46,12 +46,6 @@ extern "C" {
     void update_object_properties(int typeIndex, Agraph_t * g);        //updates objects from gui(node ,edge, cluster)
     int load_object_properties(gve_element typeIndex, Agraph_t * g);
     void load_attributes(void);        //loads attributes from a text file
-    void change_selected_graph_attributes(Agraph_t * g, char *attrname,
-                                         char *attrvalue);
-    void change_selected_node_attributes(Agraph_t * g, char *attrname,
-                                        char *attrvalue);
-    void change_selected_edge_attributes(Agraph_t * g, char *attrname,
-                                        char *attrvalue);
     char *get_attribute_string_value_from_widget(attribute * att);