Remove orphaned prototype for sr_filter_channels from proto.h.

This commit is contained in:
Martin Ling 2014-04-21 02:17:03 +01:00 committed by Uwe Hermann
parent 06b5d7f70d
commit d72b0cc898
1 changed files with 0 additions and 7 deletions

View File

@ -57,13 +57,6 @@ SR_API int sr_dev_clear(const struct sr_dev_driver *driver);
SR_API int sr_dev_open(struct sr_dev_inst *sdi);
SR_API int sr_dev_close(struct sr_dev_inst *sdi);
/*--- filter.c --------------------------------------------------------------*/
SR_API int sr_filter_channels(unsigned int in_unitsize, unsigned int out_unitsize,
const GArray *channel_array, const uint8_t *data_in,
uint64_t length_in, uint8_t **data_out,
uint64_t *length_out);
/*--- hwdriver.c ------------------------------------------------------------*/
SR_API struct sr_dev_driver **sr_driver_list(void);