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>
This commit is contained in:
Simon McVittie 2011-07-14 11:37:38 +01:00
parent 1e0f4b52bf
commit 1d8abcd4d2

View 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);