mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
Remove unused variable
This commit is contained in:
parent
7bf34c48a9
commit
69f9bc840d
@ -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)
|
static void task_audio_mixer_load_handler(retro_task_t *task)
|
||||||
{
|
{
|
||||||
unsigned i;
|
|
||||||
void *buffer = NULL;
|
void *buffer = NULL;
|
||||||
ssize_t size = 0;
|
ssize_t size = 0;
|
||||||
audio_mixer_sound_t *handle = NULL;
|
audio_mixer_sound_t *handle = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user