From b8bc1fe715de38fe07fb026b8d2d81790f8e18e0 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 30 Mar 2017 18:40:14 +0200 Subject: [PATCH] Don't set RedChannelClient::monitor-latency to FALSE This is the default value, and the property is marked as _CONSTRUCT_ONLY, so we don't need to explicitly force the default when instantiating a RedChannelClient. Signed-off-by: Christophe Fergeau Acked-by: Frediano Ziglio --- server/cursor-channel-client.c | 1 - server/spicevmc.c | 1 - 2 files changed, 2 deletions(-) diff --git a/server/cursor-channel-client.c b/server/cursor-channel-client.c index db74bdea..bbb0588f 100644 --- a/server/cursor-channel-client.c +++ b/server/cursor-channel-client.c @@ -102,7 +102,6 @@ CursorChannelClient* cursor_channel_client_new(CursorChannel *cursor, RedClient "channel", cursor, "client", client, "stream", stream, - "monitor-latency", FALSE, "caps", caps, NULL); common_graphics_channel_set_during_target_migrate(COMMON_GRAPHICS_CHANNEL(cursor), mig_target); diff --git a/server/spicevmc.c b/server/spicevmc.c index 623e34f0..83f4a760 100644 --- a/server/spicevmc.c +++ b/server/spicevmc.c @@ -1014,7 +1014,6 @@ vmc_channel_client_create(RedChannel *channel, RedClient *client, "channel", channel, "client", client, "stream", stream, - "monitor-latency", FALSE, "caps", caps, NULL);