AudioCommon: Get rid of now unused handle param for InitSoundStream()

This commit is contained in:
Lioncash
2014-08-30 23:36:00 -04:00
parent 1a6268e6cf
commit 377a1c8f20
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ extern SoundStream *soundStream;
namespace AudioCommon
{
SoundStream *InitSoundStream(void *hWnd);
SoundStream* InitSoundStream();
void ShutdownSoundStream();
std::vector<std::string> GetSoundBackends();
void PauseAndLock(bool doLock, bool unpauseOnUnlock=true);