mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
gio: Remove unused variables from test
This commit is contained in:
parent
3e61cb2fcc
commit
b92e2cd8f8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user