mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-27 23:10:10 +01:00
DBusTypeWriterClass isn't going to work well, so remove vestiges of it.
This commit is contained in:
parent
9b0fc4e482
commit
eb4b165e30
2 changed files with 10 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue