aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-15 16:21:07 -0600
committerTed Gould <ted@gould.cx>2010-11-15 16:21:07 -0600
commit80ab7485e816b687caeee4d6f0395ba010b99d2e (patch)
tree41d01a940d197979499c065e10978e9d9358b238
parentab90d78d2079ac5dbdd8c6ae259e893559307246 (diff)
downloadlibdbusmenu-80ab7485e816b687caeee4d6f0395ba010b99d2e.tar.gz
libdbusmenu-80ab7485e816b687caeee4d6f0395ba010b99d2e.tar.bz2
libdbusmenu-80ab7485e816b687caeee4d6f0395ba010b99d2e.zip
Oops, unused helper
-rw-r--r--libdbusmenu-glib/client.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c
index f25ed7d..ff7d5ec 100644
--- a/libdbusmenu-glib/client.c
+++ b/libdbusmenu-glib/client.c
@@ -1055,15 +1055,6 @@ parse_node_get_id (xmlNodePtr node)
return -1;
}
-/* A small helper that calls _property_set on each hash table
- entry in the properties hash. */
-static void
-get_properties_helper (gpointer key, gpointer value, gpointer data)
-{
- dbusmenu_menuitem_property_set_value((DbusmenuMenuitem *)data, (gchar *)key, (GValue *)value);
- return;
-}
-
/* This is the callback for the properties on a menu item. There
should be all of them in the Hash, and they we use foreach to
copy them into the menuitem.