Get rid of unused variable 'audio_buffer_size' to silence another warning
This commit is contained in:
parent
4f7ff2b91d
commit
1cd8bb5235
1 changed files with 0 additions and 1 deletions
1
sound.c
1
sound.c
|
@ -27,7 +27,6 @@ gbc_sound_struct gbc_sound_channel[4];
|
|||
u32 sound_frequency = GBA_SOUND_FREQUENCY;
|
||||
|
||||
u32 sound_on;
|
||||
static u32 audio_buffer_size;
|
||||
static s16 sound_buffer[BUFFER_SIZE];
|
||||
static u32 sound_buffer_base;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue