aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/indicator-messages.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/indicator-messages.c b/src/indicator-messages.c
index 56f90b0..4849e77 100644
--- a/src/indicator-messages.c
+++ b/src/indicator-messages.c
@@ -93,9 +93,8 @@ static GtkImage * get_icon (IndicatorObject * io);
static GtkMenu * get_menu (IndicatorObject * io);
static void indicator_messages_middle_click (IndicatorObject * io,
IndicatorObjectEntry * entry,
- guint time, gint x, gint y,
- gpointer data);
-static const gchar * get_accessible_desc (IndicatorObject * io);
+ guint time, gpointer data);
+static const gchar * get_accessible_desc (IndicatorObject * io);
static void connection_change (IndicatorServiceManager * sm,
gboolean connected,
gpointer user_data);
@@ -812,7 +811,7 @@ get_accessible_desc (IndicatorObject * io)
/* Hide the notifications on middle-click over the indicator-messages */
static void
indicator_messages_middle_click (IndicatorObject * io, IndicatorObjectEntry * entry,
- guint time, gint x, gint y, gpointer data)
+ guint time, gpointer data)
{
g_return_if_fail(attention);