Lot of cleanings with the help of gcc3

This commit is contained in:
Abramo Bagnara 2001-03-29 17:50:28 +00:00
parent ce8275b943
commit 5b50ec848a
59 changed files with 669 additions and 667 deletions

View file

@ -74,16 +74,6 @@ int snd_timer_close(snd_timer_t *handle)
return res;
}
int _snd_timer_poll_descriptor(snd_timer_t *handle)
{
snd_timer_t *tmr;
tmr = handle;
if (!tmr)
return -EINVAL;
return tmr->fd;
}
int snd_timer_poll_descriptors_count(snd_timer_t *timer)
{
assert(timer);