From a3b65d60b0d3ad1637556edeedeab1e0a29e1fca Mon Sep 17 00:00:00 2001 From: aliaspider Date: Thu, 30 Oct 2014 03:10:39 +0100 Subject: remove some unused functions/files --- source/apu.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/apu.c') diff --git a/source/apu.c b/source/apu.c index a63b42f..c816174 100644 --- a/source/apu.c +++ b/source/apu.c @@ -101,8 +101,6 @@ /* For note-triggered SPC dump support */ #include "snapshot.h" -const char* S9xGetFilenameInc(const char*); - int spc_is_dumping = 0; int spc_is_dumping_temp; uint8 spc_dump_dsp[0x100]; @@ -228,10 +226,6 @@ void S9xSetAPUDSP(uint8 byte) else { S9xSetEchoWriteEnable(!(byte & APU_ECHO_DISABLED)); - if (byte & APU_MUTE) - S9xSetSoundMute(TRUE); - else - S9xSetSoundMute(FALSE); SoundData.noise_hertz = NoiseFreq [byte & 0x1f]; for (i = 0; i < 8; i++) -- cgit v1.2.3