From b92e2cd8f8d88a62f14c49e8255802512c156152 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Thu, 2 Dec 2010 20:08:34 +0100 Subject: [PATCH] gio: Remove unused variables from test --- gio/tests/gapplication-example-actions.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gio/tests/gapplication-example-actions.c b/gio/tests/gapplication-example-actions.c index 5becb9565..0b8be9490 100644 --- a/gio/tests/gapplication-example-actions.c +++ b/gio/tests/gapplication-example-actions.c @@ -13,8 +13,6 @@ activate_action (GAction *action, GVariant *parameter, gpointer data) { - GApplication *application = data; - g_print ("action %s activated\n", g_action_get_name (action)); } @@ -23,7 +21,6 @@ activate_toggle_action (GAction *action, GVariant *parameter, gpointer data) { - GApplication *application = data; GVariant *state; gboolean b;