Remove one more unused "monitor_latency" arguments

This was missed in commit db9dcd9.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
Christophe Fergeau 2017-04-06 17:24:34 +02:00
parent 72d5a6bd8f
commit 9770428c0d

View File

@ -696,7 +696,6 @@ MainChannelClient *main_channel_client_create(MainChannel *main_chan, RedClient
"channel", RED_CHANNEL(main_chan),
"client", client,
"stream", stream,
"monitor-latency", FALSE,
"caps", caps,
"connection-id", connection_id,
NULL);