diff options
-rw-r--r-- | engines/sci/sfx/core.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/sci/sfx/core.cpp b/engines/sci/sfx/core.cpp index 82638a1af5..84c1da51b0 100644 --- a/engines/sci/sfx/core.cpp +++ b/engines/sci/sfx/core.cpp @@ -331,11 +331,6 @@ int SfxPlayer::getVolume() { #pragma mark - - -int sfx_pcm_available() { - return g_system->getMixer()->isReady(); -} - void SfxState::sfx_reset_player() { if (_player) _player->stop(); |