device: remove device_consume_event and device_set_decoder_start

This commit is contained in:
Kamil Trzcinski
2023-02-23 11:55:42 +01:00
parent 86e89a6291
commit b1c6fb33ec
8 changed files with 0 additions and 67 deletions

View File

@ -15,11 +15,6 @@ void dummy_device_close(device_t *dev)
free(dev->dummy);
}
int dummy_device_set_decoder_start(device_t *dev, bool do_on)
{
return -1;
}
int dummy_device_video_force_key(device_t *dev)
{
return -1;