diff options
| -rw-r--r-- | sword2/driver/d_sound.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp index e0ca6afbb9..18012f4d52 100644 --- a/sword2/driver/d_sound.cpp +++ b/sword2/driver/d_sound.cpp @@ -695,12 +695,10 @@ void Sound::waitForLeadOut(void) {  /**   * Streams music from a cluster file. - * @param filename the file name of the music cluster file   * @param musicId the id of the music to stream   * @param looping true if the music is to loop back to the start   * @return RD_OK or an error code   */ -  int32 Sound::streamCompMusic(uint32 musicId, bool looping) {  	Common::StackLock lock(_mutex); | 
