[Spice-commits] 2 commits - server/inputs-channel-client.h server/red-channel.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 13 06:45:34 UTC 2019


 server/inputs-channel-client.h |    3 ---
 server/red-channel.h           |    1 -
 2 files changed, 4 deletions(-)

New commits:
commit 789e8ce2c603e81eba6203492abb62efe1b81201
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu May 23 05:15:03 2019 +0100

    red-channel: Remove unused declaration
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/red-channel.h b/server/red-channel.h
index 4bfd81ee..eb16bd4b 100644
--- a/server/red-channel.h
+++ b/server/red-channel.h
@@ -47,7 +47,6 @@ typedef struct MainChannelClient MainChannelClient;
 
 typedef bool (*channel_handle_message_proc)(RedChannelClient *rcc, uint16_t type,
                                             uint32_t size, void *msg);
-typedef bool (*channel_configure_socket_proc)(RedChannelClient *rcc);
 typedef void (*channel_send_pipe_item_proc)(RedChannelClient *rcc, RedPipeItem *item);
 
 typedef bool (*channel_handle_migrate_flush_mark_proc)(RedChannelClient *base);
commit 4235121f52fc2140bf07fd6ed7f04075926e94e9
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu May 23 08:32:25 2019 +0100

    inputs-channel-client: Remove unused declarations
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>

diff --git a/server/inputs-channel-client.h b/server/inputs-channel-client.h
index c2228898..1afc22bd 100644
--- a/server/inputs-channel-client.h
+++ b/server/inputs-channel-client.h
@@ -61,9 +61,6 @@ RedChannelClient* inputs_channel_client_create(RedChannel *channel,
                                                RedStream *stream,
                                                RedChannelCapabilities *caps);
 
-uint16_t inputs_channel_client_get_motion_count(InputsChannelClient* self);
-/* only for migration */
-void inputs_channel_client_set_motion_count(InputsChannelClient* self, uint16_t count);
 void inputs_channel_client_on_mouse_motion(InputsChannelClient* self);
 void inputs_channel_client_send_migrate_data(RedChannelClient *rcc,
                                              SpiceMarshaller *m, RedPipeItem *item);


More information about the Spice-commits mailing list