Skip to content

Commit

Permalink
Removed rather embarrassing left-over debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Feb 5, 2015
1 parent 0ab3d12 commit 2d4200c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/sfx_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ void SFXManager::stopThread()
pthread_cond_signal(&m_cond_request);
} // stopThread

#include "audio/sfx_openal.hpp"
//----------------------------------------------------------------------------
/** This loops runs in a different threads, and starts sfx to be played.
* This can sometimes take up to 5 ms, so it needs to be handled in a thread
Expand Down

0 comments on commit 2d4200c

Please sign in to comment.