Get rid of unused variable 'audio_buffer_size' to silence another warning

This commit is contained in:
twinaphex 2014-12-10 15:29:29 +01:00
parent 4f7ff2b91d
commit 1cd8bb5235
1 changed files with 0 additions and 1 deletions

View File

@ -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;