Delete AudioCommon::UseJIT().

This commit is contained in:
magumagu
2014-03-27 16:09:57 -07:00
parent 102ea55f20
commit 78499e5b7c
3 changed files with 3 additions and 11 deletions

View File

@ -17,7 +17,6 @@ namespace AudioCommon
SoundStream *InitSoundStream(void *hWnd);
void ShutdownSoundStream();
std::vector<std::string> GetSoundBackends();
bool UseJIT();
void PauseAndLock(bool doLock, bool unpauseOnUnlock=true);
void UpdateSoundStream();
}