[Spice-commits] server/cursor-channel.c
Frediano Ziglio
fziglio at kemper.freedesktop.org
Tue Sep 27 13:21:24 UTC 2016
server/cursor-channel.c | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 693a6b8fd98b5b4fba9ddde5ae34bdd3fbced6cb
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Mon Sep 26 09:05:21 2016 +0100
Removed unused stat field
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
diff --git a/server/cursor-channel.c b/server/cursor-channel.c
index 8786ac6..b152697 100644
--- a/server/cursor-channel.c
+++ b/server/cursor-channel.c
@@ -55,10 +55,6 @@ struct CursorChannelPrivate {
uint16_t cursor_trail_length;
uint16_t cursor_trail_frequency;
uint32_t mouse_mode;
-
-#ifdef RED_STATISTICS
- StatNodeRef stat;
-#endif
};
struct CursorChannel {
More information about the Spice-commits
mailing list