]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove 'create_pixmap' prototype
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 26 Sep 2021 00:11:10 +0000 (17:11 -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 c8c07567542a1a56af5a0f4d76ecc9560ab4c23c..74637fbdabbfacc0081c41e9878a91f760e8713f 100644 (file)
@@ -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); */