aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.h
diff options
context:
space:
mode:
authoraliaspider2014-10-30 03:10:39 +0100
committeraliaspider2014-10-30 03:10:39 +0100
commita3b65d60b0d3ad1637556edeedeab1e0a29e1fca (patch)
tree3e582cd67d9ee3deec6c6fb9b13cf927f31deb4f /source/soundux.h
parent8a50d176b72a48dc1a8892ee398cf8855c244812 (diff)
downloadsnes9x2005-a3b65d60b0d3ad1637556edeedeab1e0a29e1fca.tar.gz
snes9x2005-a3b65d60b0d3ad1637556edeedeab1e0a29e1fca.tar.bz2
snes9x2005-a3b65d60b0d3ad1637556edeedeab1e0a29e1fca.zip
remove some unused functions/files
Diffstat (limited to 'source/soundux.h')
-rw-r--r--source/soundux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/soundux.h b/source/soundux.h
index ecccc53..8ba2fd8 100644
--- a/source/soundux.h
+++ b/source/soundux.h
@@ -125,9 +125,6 @@ typedef struct
int sound_switch;
int playback_rate;
int buffer_size;
- // int noise_gen;
- // Moved to soundux.cpp's noise_gen; this doesn't need volatility! [Neb]
- bool8 mute_sound;
bool8 encoded;
#ifdef __sun
int last_eof;
@@ -215,7 +212,6 @@ void S9xSetSoundType(int channel, int type_of_sound);
void S9xSetMasterVolume(short master_volume_left, short master_volume_right);
void S9xSetEchoVolume(short echo_volume_left, short echo_volume_right);
void S9xSetSoundControl(int sound_switch);
-bool8 S9xSetSoundMute(bool8 mute);
void S9xSetEnvelopeHeight(int channel, int height);
void S9xSetSoundADSR(int channel, int attack, int decay, int sustain,
int sustain_level, int release);