mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-12 19:18:11 +00:00
remove unused function
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
577966e482
commit
7ac2bfc2d8
@ -709,18 +709,6 @@ void red_dispatcher_on_vm_start(void)
|
||||
}
|
||||
}
|
||||
|
||||
int red_dispatcher_count(void)
|
||||
{
|
||||
RedDispatcher *now = dispatchers;
|
||||
int ret = 0;
|
||||
|
||||
while (now) {
|
||||
ret++;
|
||||
now = now->next;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
||||
uint32_t red_dispatcher_qxl_ram_size(void)
|
||||
{
|
||||
QXLDevInitInfo qxl_info;
|
||||
|
||||
@ -32,7 +32,6 @@ void red_dispatcher_set_mouse_mode(RedDispatcher *dispatcher, uint32_t mode);
|
||||
void red_dispatcher_set_compression_level(RedDispatcher *dispatcher, int level);
|
||||
void red_dispatcher_on_vm_stop(void);
|
||||
void red_dispatcher_on_vm_start(void);
|
||||
int red_dispatcher_count(void);
|
||||
uint32_t red_dispatcher_qxl_ram_size(void);
|
||||
void red_dispatcher_async_complete(struct RedDispatcher *, AsyncCommand *);
|
||||
struct Dispatcher *red_dispatcher_get_dispatcher(struct RedDispatcher *);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user