diff options
author | Havoc Pennington <hp@redhat.com> | 2004-12-29 22:31:01 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2004-12-29 22:31:01 +0000 |
commit | eb4b165e30e59642e62b15d281cca3e6b7c75add (patch) | |
tree | 16a6d227db26e838df69e6dd15ededbc97e3635f | |
parent | 9b0fc4e482d6d7d9d6105d876fbbd2182e7b6dd3 (diff) |
DBusTypeWriterClass isn't going to work well, so remove vestiges of it.
-rw-r--r-- | dbus/dbus-marshal-recursive.c | 10 | ||||
-rw-r--r-- | 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 { |