Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 4, 2018
1 parent a977ef3 commit becd98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 48 deletions.
4 changes: 2 additions & 2 deletions doomsday/apps/plugins/fluidsynth/src/fluidsynth_music.cpp
Expand Up @@ -304,14 +304,14 @@ static void stopPlayer()

if (!DMFluid_Driver())
{
stopWorker();

// Destroy the sfx buffer.
DENG_ASSERT(sfxBuf != 0);
DSFLUIDSYNTH_TRACE("stopPlayer: Destroying SFX buffer " << sfxBuf);

DMFluid_Sfx()->Destroy(sfxBuf);
sfxBuf = 0;

stopWorker();
}

delete_fluid_player(fsPlayer);
Expand Down
46 changes: 0 additions & 46 deletions doomsday/apps/plugins/hexen/include/p_sound.h

This file was deleted.

0 comments on commit becd98a

Please sign in to comment.