From 0441c58c62f5c0692f76a1c01592bfd58713950a Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Mon, 24 Mar 2014 06:53:46 +0100 Subject: [PATCH] unused function --- sndiod/dev.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sndiod/dev.c b/sndiod/dev.c index e3933ce..4d71475 100644 --- a/sndiod/dev.c +++ b/sndiod/dev.c @@ -46,7 +46,6 @@ void dev_midi_omsg(void *, unsigned char *, int); void dev_midi_fill(void *, int); void dev_midi_exit(void *); -void dev_mon_snoop(struct dev *); int play_filt_resamp(struct slot *, void *, void *, int); int play_filt_dec(struct slot *, void *, void *, int); void dev_mix_badd(struct dev *, struct slot *); @@ -554,15 +553,6 @@ slot_skip(struct slot *s) return max - s->skip; } -/* - * merge play buffer contents into record buffer as if the - * play stream was recorded - */ -void -dev_mon_snoop(struct dev *d) -{ -} - int play_filt_resamp(struct slot *s, void *res_in, void *out, int todo) {