mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-05 14:21:52 +00:00
removed unused red_qxl_set_mm_time
This helper call a deprecated callback. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
ee4b8a1480
commit
f34779dc9c
@ -657,12 +657,6 @@ static void qxl_worker_loadvm_commands(QXLWorker *qxl_worker,
|
||||
red_qxl_loadvm_commands(qxl_state, ext, count);
|
||||
}
|
||||
|
||||
void red_qxl_set_mm_time(QXLInstance *qxl, uint32_t mm_time)
|
||||
{
|
||||
QXLInterface *interface = qxl_get_interface(qxl);
|
||||
interface->set_mm_time(qxl, mm_time);
|
||||
}
|
||||
|
||||
void red_qxl_attach_worker(QXLInstance *qxl)
|
||||
{
|
||||
QXLInterface *interface = qxl_get_interface(qxl);
|
||||
|
||||
@ -26,7 +26,6 @@ typedef struct AsyncCommand AsyncCommand;
|
||||
|
||||
void red_qxl_init(SpiceServer *reds, QXLInstance *qxl);
|
||||
|
||||
void red_qxl_set_mm_time(QXLInstance *qxl, uint32_t);
|
||||
void red_qxl_on_ic_change(QXLInstance *qxl, SpiceImageCompression ic);
|
||||
void red_qxl_on_sv_change(QXLInstance *qxl, int sv);
|
||||
void red_qxl_set_mouse_mode(QXLInstance *qxl, uint32_t mode);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user