From eb4b165e30e59642e62b15d281cca3e6b7c75add Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 29 Dec 2004 22:31:01 +0000 Subject: DBusTypeWriterClass isn't going to work well, so remove vestiges of it. --- dbus/dbus-marshal-recursive.c | 10 ++++++++++ dbus/dbus-marshal-recursive.h | 2 -- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/dbus/dbus-marshal-recursive.c b/dbus/dbus-marshal-recursive.c index 39acd7e6..c3ea5dbb 100644 --- a/dbus/dbus-marshal-recursive.c +++ b/dbus/dbus-marshal-recursive.c @@ -553,6 +553,16 @@ _dbus_type_reader_next (DBusTypeReader *reader) return _dbus_type_reader_get_current_type (reader) != DBUS_TYPE_INVALID; } + +/* + * + * + * DBusTypeWriter + * + * + * + */ + void _dbus_type_writer_init (DBusTypeWriter *writer, int byte_order, diff --git a/dbus/dbus-marshal-recursive.h b/dbus/dbus-marshal-recursive.h index 6d0a40b4..bed30405 100644 --- a/dbus/dbus-marshal-recursive.h +++ b/dbus/dbus-marshal-recursive.h @@ -34,7 +34,6 @@ typedef struct DBusTypeReader DBusTypeReader; typedef struct DBusTypeWriter DBusTypeWriter; typedef struct DBusTypeReaderClass DBusTypeReaderClass; -typedef struct DBusTypeWriterClass DBusTypeWriterClass; struct DBusTypeReader { @@ -74,7 +73,6 @@ struct DBusTypeWriter dbus_uint32_t inside_array : 1; - /* const DBusTypeWriterClass *klass; */ int container_type; union { -- cgit