git-svn-id: svn://elaine/murooma/trunk@69 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-07-05 11:19:29 +00:00
parent 224ee53a5a
commit 071405049e
3 changed files with 167 additions and 60 deletions

View file

@ -29,12 +29,6 @@ void player()
}
void sleepMs(int ms)
{
if (ms > 0)
usleep(ms * 1000);
}
Stream* stream;