mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
remove unused reds_set_mm_time
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
44a97b6095
commit
ee4b8a1480
@ -4151,16 +4151,6 @@ void reds_client_monitors_config(RedsState *reds, VDAgentMonitorsConfig *monitor
|
||||
}
|
||||
}
|
||||
|
||||
void reds_set_mm_time(RedsState *reds, uint32_t mm_time)
|
||||
{
|
||||
GList *l;
|
||||
|
||||
for (l = reds->qxl_instances; l != NULL; l = l->next) {
|
||||
QXLInstance *qxl = l->data;
|
||||
red_qxl_set_mm_time(qxl, mm_time);
|
||||
}
|
||||
}
|
||||
|
||||
static int calc_compression_level(RedsState *reds)
|
||||
{
|
||||
spice_assert(reds_get_streaming_video(reds) != SPICE_STREAM_VIDEO_INVALID);
|
||||
|
||||
@ -111,7 +111,6 @@ SpiceCoreInterfaceInternal* reds_get_core_interface(RedsState *reds);
|
||||
void reds_update_client_mouse_allowed(RedsState *reds);
|
||||
gboolean reds_use_client_monitors_config(RedsState *reds);
|
||||
void reds_client_monitors_config(RedsState *reds, VDAgentMonitorsConfig *monitors_config);
|
||||
void reds_set_mm_time(RedsState *reds, uint32_t mm_time);
|
||||
MainDispatcher* reds_get_main_dispatcher(RedsState *reds);
|
||||
|
||||
/* fd watches/timers */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user