Removed rather embarrassing left-over debug code.

This commit is contained in:
hiker 2015-02-05 18:29:05 +11:00
parent 0ab3d12eab
commit 2d4200c754

View File

@ -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