[Spice-commits] server/inputs-channel.c
Frediano Ziglio
fziglio at kemper.freedesktop.org
Mon Sep 12 12:05:40 UTC 2016
server/inputs-channel.c | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 9432b01663364ec8df978cb3b9f2b98f663ce822
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Sat Sep 3 22:16:37 2016 +0100
Remove unused structure declaration
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Pavel Grunt <pgrunt at redhat.com>
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;
More information about the Spice-commits
mailing list