From ce7a391ee0e7dd60a20d192aa68791aadf27c96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 10 Jan 2009 00:40:37 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28863 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/playsound/playfile.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/playsound/playfile.cpp b/src/bin/playsound/playfile.cpp index 6a1abaf175..6927d6527c 100644 --- a/src/bin/playsound/playfile.cpp +++ b/src/bin/playsound/playfile.cpp @@ -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.