From 74d3a934d689d8439b7ea5f0873fbc0035a1f8ce Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 25 Sep 2021 17:11:10 -0700 Subject: [PATCH] smyrna: remove 'create_pixmap' prototype This function was removed in 514a0056e9dfaa90d2bef63bb2150b6bd86152c9. --- cmd/smyrna/support.h | 3 --- 1 file changed, 3 deletions(-) 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); */ -- 2.40.0