[Spice-commits] server/inputs-channel.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Mar 9 13:33:00 UTC 2020


 server/inputs-channel.c |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 892639a69694746327e79fff44bc2d52370c07d8
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Sun Mar 8 19:08:31 2020 +0000

    inputs-channel: Remove unused macros
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Francesco Giudici <fgiudici at redhat.com>

diff --git a/server/inputs-channel.c b/server/inputs-channel.c
index 5413a4fb..89fa63a4 100644
--- a/server/inputs-channel.c
+++ b/server/inputs-channel.c
@@ -146,10 +146,6 @@ const VDAgentMouseState *inputs_channel_get_mouse_state(InputsChannel *inputs)
     return &inputs->mouse_state;
 }
 
-#define OUTGOING_OK 0
-#define OUTGOING_FAILED -1
-#define OUTGOING_BLOCKED 1
-
 #define RED_MOUSE_STATE_TO_LOCAL(state)     \
     ((state & SPICE_MOUSE_BUTTON_MASK_LEFT) |          \
      ((state & SPICE_MOUSE_BUTTON_MASK_MIDDLE) << 1) |   \


More information about the Spice-commits mailing list