DBusTypeWriterClass isn't going to work well, so remove vestiges of it.
authorHavoc Pennington <hp@redhat.com>
Wed, 29 Dec 2004 22:31:01 +0000 (22:31 +0000)
committerHavoc Pennington <hp@redhat.com>
Wed, 29 Dec 2004 22:31:01 +0000 (22:31 +0000)
dbus/dbus-marshal-recursive.c
dbus/dbus-marshal-recursive.h

index 39acd7e..c3ea5db 100644 (file)
@@ -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,
index 6d0a40b..bed3040 100644 (file)
@@ -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
   {