]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove 'lookup_widget' prototype
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 26 Sep 2021 00:09:34 +0000 (17:09 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 28 Sep 2021 02:17:05 +0000 (19:17 -0700)
This function was removed in 514a0056e9dfaa90d2bef63bb2150b6bd86152c9.

cmd/smyrna/support.h

index ab2f0dddb923191e7b485cef9adb084d674f1730..c8c07567542a1a56af5a0f4d76ecc9560ab4c23c 100644 (file)
 #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); */