summaryrefslogtreecommitdiffstats
path: root/gdbus/gdbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-07 19:48:45 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-07 19:48:45 +0000
commit012cac6d32c56eac1d4f8dbc6051b2450e809efc (patch)
tree055757065606c6a5b304d400269d87980d37acfd /gdbus/gdbus.h
parent7abfb49cae784002c5a2326a3a1ab5cb8076a1f0 (diff)
Remove another unused function
Diffstat (limited to 'gdbus/gdbus.h')
-rw-r--r--gdbus/gdbus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h
index efa045e1..84e7e1ae 100644
--- a/gdbus/gdbus.h
+++ b/gdbus/gdbus.h
@@ -45,8 +45,6 @@ void dbus_message_iter_append_dict_entry(DBusMessageIter *dict,
void dbus_message_iter_append_dict_valist(DBusMessageIter *iter,
const char *first_key,
va_list var_args);
-void dbus_message_iter_append_dict(DBusMessageIter *iter,
- const char *first_key, ...);
dbus_bool_t dbus_connection_emit_property_changed(DBusConnection *conn,
const char *path,