diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-01-27 16:16:35 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-01-27 16:16:35 +0000 |
commit | a615d8380375c3d5266c1b17e58488868fda23fb (patch) | |
tree | 8ea7dd5ed264898aa8214edaea4d69a59ae70f07 /src/util.h | |
parent | d1758a79e0f9287fed177574b5c39e324128b15a (diff) |
Expunge lm_message_node_get_name()
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 6b15428ea..2997fcda0 100644 --- a/src/util.h +++ b/src/util.h @@ -71,7 +71,6 @@ GHashTable *lm_message_node_extract_properties (WockyNode *node, void lm_message_node_add_children_from_properties (WockyNode *node, GHashTable *properties, const gchar *prop); -const gchar * lm_message_node_get_name (WockyNode *node); void gabble_signal_connect_weak (gpointer instance, const gchar *detailed_signal, GCallback c_handler, GObject *user_data); |