From: Matthew Fernandez Date: Thu, 30 Sep 2021 02:31:50 +0000 (-0700) Subject: smyrna: remove past deleted prototypes X-Git-Tag: 2.49.2~25^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c17164f98b4e81a6837f18b4773280a7d52f36fa;p=graphviz smyrna: remove past deleted prototypes These were all removed in 7bfe3c0d255829ff9a837ff85e3c14dd63636771. --- diff --git a/cmd/smyrna/gui/gui.h b/cmd/smyrna/gui/gui.h index 4e09b58e4..60354662a 100644 --- a/cmd/smyrna/gui/gui.h +++ b/cmd/smyrna/gui/gui.h @@ -38,13 +38,9 @@ extern "C" { extern int widgetcounter; //number of attributes counted dynamically, might be removed in the future extern attribute attr[MAXIMUM_WIDGET_COUNT]; - - void graph_properties_init(int newgraph); //initialize little open graph dialog int update_graph_properties(Agraph_t * graph); //updates graph from gui void load_graph_properties(Agraph_t * graph); //load from graph to gui - 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 //GTK helpre functions