Remove old junk

This commit is contained in:
Clownacy 2020-04-17 23:48:40 +01:00
parent 051d12f434
commit b06e1e1312

View file

@ -143,8 +143,6 @@ bool AudioBackend_Init(void)
OSRunThread(OSGetDefaultThread(0), ThreadFunction, 0, NULL);
// AXRegisterFrameCallback(FrameCallback);
return true;
}