From ba1d03018f34b694594299ae8eaf3dbfa27e60ae Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 14 Jul 2011 11:37:38 +0100 Subject: [PATCH 1/3] Remove declaration of _dbus_type_is_fixed, no longer exists --- dbus/dbus-marshal-basic.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dbus/dbus-marshal-basic.h b/dbus/dbus-marshal-basic.h index 3c448df..1b345e3 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); -- 1.7.5.4