[Xfce4-commits] <midori:master> Remove empty loop in katze_array_action_activate
Christian Dywan
noreply at xfce.org
Fri Dec 3 02:42:02 CET 2010
Updating branch refs/heads/master
to dbac0b56a5f035c8f66d54880e8e8fa31f6f23a6 (commit)
from 51c1d36b60e09cefc0a7349377e098b96394d00e (commit)
commit dbac0b56a5f035c8f66d54880e8e8fa31f6f23a6
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Dec 2 19:05:11 2010 +0100
Remove empty loop in katze_array_action_activate
katze/katze-arrayaction.c | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/katze/katze-arrayaction.c b/katze/katze-arrayaction.c
index 8b0e4d2..d448ba6 100644
--- a/katze/katze-arrayaction.c
+++ b/katze/katze-arrayaction.c
@@ -281,19 +281,6 @@ katze_array_action_get_property (GObject* object,
static void
katze_array_action_activate (GtkAction* action)
{
- GSList* proxies;
-
- proxies = gtk_action_get_proxies (action);
- if (!proxies)
- return;
-
- do
- if (GTK_IS_TOOL_ITEM (proxies->data))
- {
-
- }
- while ((proxies = g_slist_next (proxies)));
-
if (GTK_ACTION_CLASS (katze_array_action_parent_class)->activate)
GTK_ACTION_CLASS (katze_array_action_parent_class)->activate (action);
}
More information about the Xfce4-commits
mailing list