From: Matthew Fernandez Date: Sun, 26 Sep 2021 00:09:34 +0000 (-0700) Subject: smyrna: remove 'lookup_widget' prototype X-Git-Tag: 2.49.2~33^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e03647c84831adbbb9c4020f2deb9ef6fa23ca97;p=graphviz smyrna: remove 'lookup_widget' prototype This function was removed in 514a0056e9dfaa90d2bef63bb2150b6bd86152c9. --- diff --git a/cmd/smyrna/support.h b/cmd/smyrna/support.h index ab2f0dddb..c8c075675 100644 --- a/cmd/smyrna/support.h +++ b/cmd/smyrna/support.h @@ -31,19 +31,6 @@ #endif -/* - * Public Functions. - */ - -/* - * This function returns a widget in a component created by Glade. - * Call it with the toplevel widget in the component (i.e. a window/dialog), - * or alternatively any widget in the component, and the name of the widget - * you want returned. - */ -GtkWidget *lookup_widget(GtkWidget * widget, const gchar * widget_name); - - /* Use this function to set the directory containing installed pixmaps. */ /* void add_pixmap_directory(const gchar * directory); */