- remove unused VectoredTryCatch

This commit is contained in:
Magnus Norddahl 2018-06-10 13:15:31 +02:00
commit efa434d47b
3 changed files with 0 additions and 120 deletions

View file

@ -203,15 +203,6 @@ void DrawerThreads::StopThreads()
shutdown_flag = false;
}
#ifndef WIN32
void VectoredTryCatch(void *data, void(*tryBlock)(void *data), void(*catchBlock)(void *data, const char *reason, bool fatal))
{
tryBlock(data);
}
#endif
DrawerCommandQueue::DrawerCommandQueue(RenderMemory *frameMemory) : FrameMemory(frameMemory)
{
}