Remove unused variable.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28863 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2009-01-10 00:40:37 +00:00
parent ad06cdd139
commit ce7a391ee0

View File

@ -24,8 +24,6 @@ volatile bool interrupt = false;
void
play_buffer(void *cookie, void * buffer, size_t size, const media_raw_audio_format & format)
{
int32 frame_size = (playFormat.u.raw_audio.format & 0xf) *
playFormat.u.raw_audio.channel_count;
int64 frames = 0;
// Use your feeling, Obi-Wan, and find him you will.