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:
Frediano Ziglio 2016-03-24 08:41:04 +00:00
parent ee4b8a1480
commit f34779dc9c
2 changed files with 0 additions and 7 deletions

View File

@ -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);

View File

@ -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);