projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e61cb2
)
gio: Remove unused variables from test
author
Benjamin Otte
<otte@redhat.com>
Thu, 2 Dec 2010 19:08:34 +0000
(20:08 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 2 Dec 2010 19:11:28 +0000
(20:11 +0100)
gio/tests/gapplication-example-actions.c
patch
|
blob
|
history
diff --git
a/gio/tests/gapplication-example-actions.c
b/gio/tests/gapplication-example-actions.c
index
5becb95
..
0b8be94
100644
(file)
--- 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;