r1006@localhost: muntyan | 2005-11-25 12:59:28 -0600

Some G_GNUC_UNUSED
This commit is contained in:
Yevgen Muntyan 2005-11-26 01:02:00 +00:00
parent 5b219e93d3
commit 9a95b2d1fa

View File

@ -351,10 +351,10 @@ out:
static gboolean
button_drag_motion (GtkWidget *button,
GdkDragContext *context,
int x,
int y,
guint time,
G_GNUC_UNUSED GdkDragContext *context,
G_GNUC_UNUSED int x,
G_GNUC_UNUSED int y,
G_GNUC_UNUSED guint time,
MooFileSelector *filesel)
{
MooPaneParams *params = NULL;