mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36: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,
|
GVariant *parameter,
|
||||||
gpointer data)
|
gpointer data)
|
||||||
{
|
{
|
||||||
GApplication *application = data;
|
|
||||||
|
|
||||||
g_print ("action %s activated\n", g_action_get_name (action));
|
g_print ("action %s activated\n", g_action_get_name (action));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -23,7 +21,6 @@ activate_toggle_action (GAction *action,
|
|||||||
GVariant *parameter,
|
GVariant *parameter,
|
||||||
gpointer data)
|
gpointer data)
|
||||||
{
|
{
|
||||||
GApplication *application = data;
|
|
||||||
GVariant *state;
|
GVariant *state;
|
||||||
gboolean b;
|
gboolean b;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user