mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
RedChannel: remove unused BufDescriptor struct
This commit is contained in:
parent
4243d2a645
commit
73fafae5c7
@ -127,11 +127,6 @@ typedef struct OutgoingHandler {
|
||||
|
||||
/* Red Channel interface */
|
||||
|
||||
typedef struct BufDescriptor {
|
||||
uint32_t size;
|
||||
uint8_t *data;
|
||||
} BufDescriptor;
|
||||
|
||||
typedef struct RedChannel RedChannel;
|
||||
typedef struct RedChannelClient RedChannelClient;
|
||||
typedef struct RedClient RedClient;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user