fixes for Mac OSX

This commit is contained in:
Erwin Coumans
2020-03-20 15:57:19 -07:00
parent 344bd629ee
commit 911355fe62
5 changed files with 1 additions and 15 deletions

View File

@@ -436,12 +436,3 @@ B3_SHARED_API b3PhysicsClientHandle b3CreateInProcessGraphicsServerAndConnectSha
cl->connect();
return (b3PhysicsClientHandle)cl;
}
#if 0
B3_SHARED_API b3PhysicsClientHandle b3CreateInProcessGraphicsServerAndConnectMainThreadSharedMemory(int argc, char* argv[]);
{
InProcessGraphicsServerSharedMemory* cl = new InProcessGraphicsServerSharedMemory(argc, argv, 0);
cl->setSharedMemoryKey(SHARED_MEMORY_KEY + 1);
cl->connect();
return (b3PhysicsClientHandle)cl;
}
#endif