remove some unused code

This commit is contained in:
Wim Taymans 2019-08-07 12:56:04 +02:00
parent ee66893133
commit a319ec55ea
3 changed files with 0 additions and 73 deletions

View file

@ -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;

View file

@ -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;