Remove unused variable

This commit is contained in:
twinaphex 2017-05-15 19:16:40 +02:00
parent 7bf34c48a9
commit 69f9bc840d

View File

@ -47,7 +47,6 @@ static void audio_mixer_stopped(audio_mixer_sound_t *sound, unsigned reason)
static void task_audio_mixer_load_handler(retro_task_t *task)
{
unsigned i;
void *buffer = NULL;
ssize_t size = 0;
audio_mixer_sound_t *handle = NULL;