mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-03 15:58:43 +00:00
remove unused structure definition
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
d56745df19
commit
721528fe37
@ -45,13 +45,6 @@ typedef struct CursorItem {
|
||||
|
||||
G_STATIC_ASSERT(sizeof(CursorItem) <= QXL_CURSUR_DEVICE_DATA_SIZE);
|
||||
|
||||
typedef struct LocalCursor {
|
||||
CursorItem base;
|
||||
SpicePoint16 position;
|
||||
uint32_t data_size;
|
||||
SpiceCursor red_cursor;
|
||||
} LocalCursor;
|
||||
|
||||
typedef struct CursorPipeItem {
|
||||
PipeItem base;
|
||||
CursorItem *cursor_item;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user