Remove declaration of _dbus_type_is_fixed, no longer exists
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 14 Jul 2011 10:37:38 +0000 (11:37 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 21 Feb 2012 14:51:05 +0000 (14:51 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46095
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
dbus/dbus-marshal-basic.h

index 3c448dff89a02c26b93523713f219390fcc67e62..1b345e36f11ea75c92bb6526865d5694cae7d169 100644 (file)
@@ -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);