From: Martin Ling Date: Mon, 21 Apr 2014 01:17:03 +0000 (+0100) Subject: Remove orphaned prototype for sr_filter_channels from proto.h. X-Git-Tag: libsigrok-0.3.0~67 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=d72b0cc8985644cd79fb772e9affaf1c111c87e6;p=libsigrok.git Remove orphaned prototype for sr_filter_channels from proto.h. --- diff --git a/proto.h b/proto.h index 06e03766..12382502 100644 --- a/proto.h +++ b/proto.h @@ -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);