From d72b0cc8985644cd79fb772e9affaf1c111c87e6 Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Mon, 21 Apr 2014 02:17:03 +0100 Subject: [PATCH] Remove orphaned prototype for sr_filter_channels from proto.h. --- proto.h | 7 ------- 1 file changed, 7 deletions(-) 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);