get rid of pa_alsa_volume_divide() since we have pa_sw_volume_divide() now

This commit is contained in:
Lennart Poettering 2008-10-04 01:48:13 +02:00
parent da4ad5ed01
commit 83b1d7a305
4 changed files with 2 additions and 28 deletions

View file

@ -92,6 +92,4 @@ int pa_alsa_recover_from_poll(snd_pcm_t *pcm, int revents);
pa_rtpoll_item* pa_alsa_build_pollfd(snd_pcm_t *pcm, pa_rtpoll *rtpoll);
pa_cvolume *pa_alsa_volume_divide(pa_cvolume *r, const pa_cvolume *t);
#endif