From: Matthew Fernandez Date: Sun, 26 Sep 2021 00:11:10 +0000 (-0700) Subject: smyrna: remove 'create_pixmap' prototype X-Git-Tag: 2.49.2~33^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74d3a934d689d8439b7ea5f0873fbc0035a1f8ce;p=graphviz smyrna: remove 'create_pixmap' prototype This function was removed in 514a0056e9dfaa90d2bef63bb2150b6bd86152c9. --- diff --git a/cmd/smyrna/support.h b/cmd/smyrna/support.h index c8c075675..74637fbda 100644 --- a/cmd/smyrna/support.h +++ b/cmd/smyrna/support.h @@ -39,9 +39,6 @@ * Private Functions. */ -/* This is used to create the pixmaps used in the interface. */ -GtkWidget *create_pixmap(GtkWidget * widget, const gchar * filename); - /* This is used to create the pixbufs used in the interface. */ /* GdkPixbuf *create_pixbuf(const gchar * filename); */