[Spice-devel] [PATCH 06/11] remove unused structure definition

Frediano Ziglio fziglio at redhat.com
Tue Feb 9 10:27:55 UTC 2016


---
 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



More information about the Spice-devel mailing list