gio: Remove unused variables from test
authorBenjamin Otte <otte@redhat.com>
Thu, 2 Dec 2010 19:08:34 +0000 (20:08 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 2 Dec 2010 19:11:28 +0000 (20:11 +0100)
gio/tests/gapplication-example-actions.c

index 5becb95..0b8be94 100644 (file)
@@ -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;