From: erg Date: Tue, 4 Nov 2008 17:07:34 +0000 (+0000) Subject: Remove unused function X-Git-Tag: LAST_LIBGRAPH~32^2~2885 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8aef94835e92aca8c95b0ce203065921a8f7d5a;p=graphviz Remove unused function --- diff --git a/cmd/smyrna/gui/topviewsettings.c b/cmd/smyrna/gui/topviewsettings.c index cd96e1514..4d4534494 100644 --- a/cmd/smyrna/gui/topviewsettings.c +++ b/cmd/smyrna/gui/topviewsettings.c @@ -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];