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

cmd/smyrna/gui/gui.h

index 4e09b58e4c28764bebaef9449d9b31bcbeddcb67..60354662a9a00a4ac87abceaf4375d49a013f48e 100644 (file)
@@ -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