--- server/cursor-channel.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/server/cursor-channel.c b/server/cursor-channel.c index 4c15582..bbaac34 100644 --- a/server/cursor-channel.c +++ b/server/cursor-channel.c @@ -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; -- 2.5.0 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel