]> granicus.if.org Git - graphviz/commitdiff
Remove unused function
authorerg <devnull@localhost>
Tue, 4 Nov 2008 17:07:34 +0000 (17:07 +0000)
committererg <devnull@localhost>
Tue, 4 Nov 2008 17:07:34 +0000 (17:07 +0000)
cmd/smyrna/gui/topviewsettings.c

index cd96e1514ef036fc754f8c3b1a86bad6b9a01aee..4d4534494ff30a42df497bc2835554d265d7439c 100644 (file)
@@ -170,6 +170,7 @@ static int set_scalebtn_widget_to_attribute(char *attribute, char *widget_name)
     }
     return 0;
 }
+#if 0
 static int set_combobox_widget(char *attribute,char *widget_name)
 {
     char *buf;
@@ -189,6 +190,7 @@ static int set_combobox_widget(char *attribute,char *widget_name)
 
     return 0;
 }
+#endif
 static int get_combobox_widget_to_attribute(char *attribute, char *widget_name, Agraph_t * g)
 {
     char buf[25];