diff options
author | Max Horn | 2009-02-15 14:46:42 +0000 |
---|---|---|
committer | Max Horn | 2009-02-15 14:46:42 +0000 |
commit | 9daed50e0165f387f597fec4d06b57805e1f717c (patch) | |
tree | eca2f45cf9f2b90ef83be380e42d32e99ecb1862 /engines/sci/sfx/mixer/soft.cpp | |
parent | 0082a84b8d956bf25c6aaef153d401d641f0923d (diff) | |
download | scummvm-rg350-9daed50e0165f387f597fec4d06b57805e1f717c.tar.gz scummvm-rg350-9daed50e0165f387f597fec4d06b57805e1f717c.tar.bz2 scummvm-rg350-9daed50e0165f387f597fec4d06b57805e1f717c.zip |
Fixed lots of warnings and errors (on my system) by backporting a patch I had sent the FreeSCI folks some time ago (but apparently it never made it, or only made it to a branch not imported?)
svn-id: r38245
Diffstat (limited to 'engines/sci/sfx/mixer/soft.cpp')
-rw-r--r-- | engines/sci/sfx/mixer/soft.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/engines/sci/sfx/mixer/soft.cpp b/engines/sci/sfx/mixer/soft.cpp index d4ab7232bc..4d2d86947c 100644 --- a/engines/sci/sfx/mixer/soft.cpp +++ b/engines/sci/sfx/mixer/soft.cpp @@ -250,17 +250,6 @@ _mix_unsubscribe(sfx_pcm_mixer_t *self, sfx_pcm_feed_t *feed) BREAKPOINT(); } -#if 0 -// Unreferenced - removed -static void -mix_unsubscribe(sfx_pcm_mixer_t *self, sfx_pcm_feed_t *feed) -{ - ACQUIRE_LOCK(); - _mix_unsubscribe(self, feed); - RELEASE_LOCK(); -} -#endif - static void mix_exit(sfx_pcm_mixer_t *self) { |