unused function

This commit is contained in:
Alexandre Ratchov 2014-03-24 06:53:46 +01:00
parent 4819480746
commit 0441c58c62
1 changed files with 0 additions and 10 deletions

View File

@ -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)
{