mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
remove some unused code
This commit is contained in:
parent
ee66893133
commit
a319ec55ea
3 changed files with 0 additions and 73 deletions
|
|
@ -572,9 +572,6 @@ impl_node_port_set_io(void *object,
|
|||
case SPA_IO_Buffers:
|
||||
this->io = data;
|
||||
break;
|
||||
case SPA_IO_Clock:
|
||||
this->clock = data;
|
||||
break;
|
||||
case SPA_IO_RateMatch:
|
||||
this->rate_match = data;
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -583,9 +583,6 @@ impl_node_port_set_io(void *object,
|
|||
case SPA_IO_Buffers:
|
||||
this->io = data;
|
||||
break;
|
||||
case SPA_IO_Clock:
|
||||
this->clock = data;
|
||||
break;
|
||||
case SPA_IO_RateMatch:
|
||||
this->rate_match = data;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue