opl_sdl.c: remove unused variable "i"

This commit is contained in:
Fabian Greffrath 2016-04-25 20:48:17 +02:00
parent d982aa21ea
commit 4ff554629f

View file

@ -157,8 +157,6 @@ static void AdvanceTime(unsigned int nsamples)
static void FillBuffer(int16_t *buffer, unsigned int nsamples)
{
unsigned int i;
// This seems like a reasonable assumption. mix_buffer is
// 1 second long, which should always be much longer than the
// SDL mix buffer.