From: Simon McVittie Date: Thu, 14 Jul 2011 10:37:38 +0000 (+0100) Subject: Remove declaration of _dbus_type_is_fixed, no longer exists X-Git-Tag: dbus-1.5.10~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d8abcd4d21eaa999f28bc3cb89976bfe50cb9b0;p=thirdparty%2Fdbus.git Remove declaration of _dbus_type_is_fixed, no longer exists Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46095 Reviewed-by: Guillaume Desmottes --- diff --git a/dbus/dbus-marshal-basic.h b/dbus/dbus-marshal-basic.h index 3c448dff8..1b345e36f 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);