windows: Don't call InitAudio from os_CreateWindow

Huh, why was this call even there?
This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2015-08-09 01:48:41 +02:00
parent b4b04ea75f
commit 8de800497e
1 changed files with 0 additions and 2 deletions

View File

@ -309,8 +309,6 @@ void os_CreateWindow()
0, 0, sRect.right-sRect.left, sRect.bottom-sRect.top, NULL, NULL, sWC.hInstance, NULL);
window_win=hWnd;
InitAudio();
}
void* libPvr_GetRenderTarget()