Remove unused red_qxl_set_dispatcher_opaque

Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Christophe Fergeau 2016-03-14 18:10:29 +01:00 committed by Frediano Ziglio
parent 4c1471d0b6
commit aa87700682

View File

@ -1008,12 +1008,6 @@ struct Dispatcher *red_qxl_get_dispatcher(QXLState *qxl_state)
return &qxl_state->dispatcher;
}
void red_qxl_set_dispatcher_opaque(QXLState *qxl_state,
void *opaque)
{
dispatcher_set_opaque(&qxl_state->dispatcher, opaque);
}
void red_qxl_clear_pending(QXLState *qxl_state, int pending)
{
spice_return_if_fail(qxl_state != NULL);