r1006@localhost: muntyan | 2005-11-25 12:59:28 -0600
Some G_GNUC_UNUSED
This commit is contained in:
parent
5b219e93d3
commit
9a95b2d1fa
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user