It became unused in 26027036c 'red_channel: remove unused migrate flag
from RedChannel' but was never removed from the function prototype.

Signed-off-by: Christophe Fergeau <cferg...@redhat.com>
---
 server/sound.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/server/sound.c b/server/sound.c
index d24a0d9..7ebea90 100644
--- a/server/sound.c
+++ b/server/sound.c
@@ -928,7 +928,6 @@ static void snd_record_send(void* data)
 static SndChannelClient *__new_channel(SndChannel *channel, int size, uint32_t 
channel_id,
                                        RedClient *red_client,
                                        RedsStream *stream,
-                                       int migrate,
                                        snd_channel_send_messages_proc 
send_messages,
                                        snd_channel_handle_message_proc 
handle_message,
                                        snd_channel_on_message_done_proc 
on_message_done,
@@ -1281,7 +1280,8 @@ static void snd_playback_cleanup(SndChannelClient *client)
 }
 
 static void snd_set_playback_peer(RedChannel *red_channel, RedClient *client, 
RedsStream *stream,
-                                  int migration, int num_common_caps, uint32_t 
*common_caps,
+                                  G_GNUC_UNUSED int migration,
+                                  int num_common_caps, uint32_t *common_caps,
                                   int num_caps, uint32_t *caps)
 {
     SndChannel *channel = SND_CHANNEL(red_channel);
@@ -1294,7 +1294,6 @@ static void snd_set_playback_peer(RedChannel 
*red_channel, RedClient *client, Re
                                                                    
SPICE_CHANNEL_PLAYBACK,
                                                                    client,
                                                                    stream,
-                                                                   migration,
                                                                    
snd_playback_send,
                                                                    
snd_playback_handle_message,
                                                                    
snd_playback_on_message_done,
@@ -1523,7 +1522,8 @@ static void snd_record_cleanup(SndChannelClient *client)
 }
 
 static void snd_set_record_peer(RedChannel *red_channel, RedClient *client, 
RedsStream *stream,
-                                int migration, int num_common_caps, uint32_t 
*common_caps,
+                                G_GNUC_UNUSED int migration,
+                                int num_common_caps, uint32_t *common_caps,
                                 int num_caps, uint32_t *caps)
 {
     SndChannel *channel = SND_CHANNEL(red_channel);
@@ -1536,7 +1536,6 @@ static void snd_set_record_peer(RedChannel *red_channel, 
RedClient *client, Reds
                                                                
SPICE_CHANNEL_RECORD,
                                                                client,
                                                                stream,
-                                                               migration,
                                                                snd_record_send,
                                                                
snd_record_handle_message,
                                                                
snd_record_on_message_done,
-- 
2.9.3

_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to