[Spice-devel] [PATCH] Remove unused structure declaration

Frediano Ziglio fziglio at redhat.com
Mon Sep 12 11:51:04 UTC 2016


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/inputs-channel.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/server/inputs-channel.c b/server/inputs-channel.c
index da0f027..ce86d7e 100644
--- a/server/inputs-channel.c
+++ b/server/inputs-channel.c
@@ -116,10 +116,6 @@ struct InputsChannel {
     SpiceTabletInstance *tablet;
 };
 
-typedef struct RedInputsPipeItem {
-    RedPipeItem base;
-} RedInputsPipeItem;
-
 typedef struct RedKeyModifiersPipeItem {
     RedPipeItem base;
     uint8_t modifiers;
-- 
2.7.4



More information about the Spice-devel mailing list