Mark another widget argument as unused.

svn path=/trunk/; revision=38722
This commit is contained in:
Guy Harris 2011-08-24 20:58:10 +00:00
parent b68a50f937
commit ecdd6fbfbd
1 changed files with 1 additions and 1 deletions

View File

@ -3142,7 +3142,7 @@ static void magnify_draw (struct graph *g)
}
static gboolean configure_event (GtkWidget *widget, GdkEventConfigure *event, gpointer user_data)
static gboolean configure_event (GtkWidget *widget _U_, GdkEventConfigure *event, gpointer user_data)
{
struct graph *g = user_data;
struct {