[Spice-devel] [PATCH 06/11] remove unused structure definition
Jonathon Jongsma
jjongsma at redhat.com
Thu Feb 11 20:24:22 UTC 2016
Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
On Tue, 2016-02-09 at 10:27 +0000, Frediano Ziglio wrote:
> ---
> 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;
More information about the Spice-devel
mailing list