remove Alsa9Buf::Reset

This commit is contained in:
Glenn Maynard
2004-04-03 01:01:39 +00:00
parent a452258343
commit 1c73baed12
2 changed files with 0 additions and 8 deletions
@@ -350,13 +350,6 @@ int64_t Alsa9Buf::GetPosition() const
return last_cursor_pos - delay;
}
void Alsa9Buf::Reset()
{
/* Nothing is playing. Reset the sample count; this is just to
* prevent eventual overflow. */
last_cursor_pos = 0;
}
void Alsa9Buf::Play()
{
/* NOP. It'll start playing when it gets some data. */