Fix the build

A stray GdkScreen leftover.
This commit is contained in:
Matthias Clasen 2017-11-25 11:01:38 -05:00
parent 371ea7cbe9
commit c0d3ed0739

View File

@ -57,15 +57,6 @@ file_exists (const char *filename)
return stat (filename, &statbuf) == 0;
}
GtkWidget *
shape_create_icon (GdkScreen *screen,
char *xpm_file,
gint x,
gint y,
gint px,
gint py,
gint window_type);
static GtkWidget *
build_option_menu (gchar *items[],
gint num_items,