summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-07-14 11:37:38 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-21 14:51:05 +0000
commit1d8abcd4d21eaa999f28bc3cb89976bfe50cb9b0 (patch)
tree7cf821fdfd9ecdc9cb6dcf448a930f6288ac25aa
parent1e0f4b52bf4e80babc19f2d28fca4aaa92917371 (diff)
downloaddbus-1d8abcd4d21eaa999f28bc3cb89976bfe50cb9b0.tar.gz
Remove declaration of _dbus_type_is_fixed, no longer exists
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46095 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
-rw-r--r--dbus/dbus-marshal-basic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbus/dbus-marshal-basic.h b/dbus/dbus-marshal-basic.h
index 3c448dff..1b345e36 100644
--- a/dbus/dbus-marshal-basic.h
+++ b/dbus/dbus-marshal-basic.h
@@ -255,7 +255,6 @@ dbus_uint32_t _dbus_marshal_read_uint32 (const DBusString *str,
int byte_order,
int *new_pos);
int _dbus_type_get_alignment (int typecode);
-dbus_bool_t _dbus_type_is_fixed (int typecode);
int _dbus_type_get_alignment (int typecode);
const char* _dbus_type_to_string (int typecode);