diff options
Diffstat (limited to 'sesman/chansrv/sound.c')
-rw-r--r-- | sesman/chansrv/sound.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sesman/chansrv/sound.c b/sesman/chansrv/sound.c index 2b027a82..9ee3c8c3 100644 --- a/sesman/chansrv/sound.c +++ b/sesman/chansrv/sound.c @@ -194,8 +194,6 @@ sound_process_format(int aindex, int wFormatTag, int nChannels, int nBlockAlign, int wBitsPerSample, int cbSize, char *data) { - int lindex; - LOG(0, ("sound_process_format:")); LOG(0, (" wFormatTag %d", wFormatTag)); LOG(0, (" nChannels %d", nChannels)); |