From c17164f98b4e81a6837f18b4773280a7d52f36fa Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 29 Sep 2021 19:31:50 -0700 Subject: [PATCH] smyrna: remove past deleted prototypes These were all removed in 7bfe3c0d255829ff9a837ff85e3c14dd63636771. --- cmd/smyrna/gui/gui.h | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.40.0