The only caller only called that function. Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- server/display-channel.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/server/display-channel.c b/server/display-channel.c index 7b833e4c..9f3555e5 100644 --- a/server/display-channel.c +++ b/server/display-channel.c @@ -2633,8 +2633,10 @@ static void display_channel_disconnect(RedChannelClient *rcc) red_channel_client_disconnect(rcc); } -static void red_migrate_display(DisplayChannel *display, RedChannelClient *rcc) +static void display_channel_migrate(RedChannelClient *rcc) { + DisplayChannel *display = DISPLAY_CHANNEL(red_channel_client_get_channel(rcc)); + /* We need to stop the streams, and to send upgrade_items to the client. * Otherwise, (1) the client might display lossy regions that we don't track * (streams are not part of the migration data) (2) streams_timeout may occur @@ -2651,12 +2653,6 @@ static void red_migrate_display(DisplayChannel *display, RedChannelClient *rcc) } } -static void display_channel_migrate(RedChannelClient *rcc) -{ - DisplayChannel *display = DISPLAY_CHANNEL(red_channel_client_get_channel(rcc)); - red_migrate_display(display, rcc); -} - void display_channel_set_image_compression(DisplayChannel *display, SpiceImageCompression image_compression) { -- 2.20.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel