mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-08 21:14:11 +00:00
worker: remove unused function
Acked-by: Pavel Grunt <pgrunt@redhat.com>
This commit is contained in:
parent
7eee2de67c
commit
df716c5c53
@ -9525,13 +9525,6 @@ static void dev_flush_surfaces(RedWorker *worker)
|
||||
flush_all_surfaces(worker);
|
||||
}
|
||||
|
||||
void handle_dev_flush_surfaces(void *opaque, void *payload)
|
||||
{
|
||||
RedWorker *worker = opaque;
|
||||
|
||||
dev_flush_surfaces(worker);
|
||||
}
|
||||
|
||||
void handle_dev_flush_surfaces_async(void *opaque, void *payload)
|
||||
{
|
||||
RedWorker *worker = opaque;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user