From: Matthew Fernandez Date: Thu, 30 Sep 2021 02:36:56 +0000 (-0700) Subject: smyrna: remove prototypes of deleted functions X-Git-Tag: 2.49.2~25^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=da9aef5466ec2abf05caace8d95c59f3caca8b6b;p=graphviz smyrna: remove prototypes of deleted functions These functions were removed in af92d6ce857bfa235d6fe771088074a9979b7172. --- diff --git a/cmd/smyrna/gui/gui.h b/cmd/smyrna/gui/gui.h index a681187dd..74f88e838 100644 --- a/cmd/smyrna/gui/gui.h +++ b/cmd/smyrna/gui/gui.h @@ -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);