diff --git a/examples/ExampleBrowser/main.cpp b/examples/ExampleBrowser/main.cpp index f8a8836f4..c3442de73 100644 --- a/examples/ExampleBrowser/main.cpp +++ b/examples/ExampleBrowser/main.cpp @@ -1,24 +1,4 @@ - -#include "InProcessExampleBrowserMainThread.h" - -int main(int argc, char* argv[]) -{ - - btInProcessExampleBrowserMainThreadInternalData* data = btCreateInProcessExampleBrowserMainThread(argc,argv); - - while (!btIsExampleBrowserMainThreadTerminated(data)) - { - btUpdateInProcessExampleBrowserMainThread(data, 1./60.); - } - btShutDownExampleBrowserMainThread(data); - - - return 0; -} - - -#if 0 //#define EXAMPLE_CONSOLE_ONLY #ifdef EXAMPLE_CONSOLE_ONLY #include "EmptyBrowser.h" @@ -63,4 +43,3 @@ int main(int argc, char* argv[]) return 0; } -#endif \ No newline at end of file diff --git a/examples/SharedMemory/SharedMemoryInProcessPhysicsC_API.cpp b/examples/SharedMemory/SharedMemoryInProcessPhysicsC_API.cpp index e34011faa..01f66410d 100644 --- a/examples/SharedMemory/SharedMemoryInProcessPhysicsC_API.cpp +++ b/examples/SharedMemory/SharedMemoryInProcessPhysicsC_API.cpp @@ -3,7 +3,6 @@ #include "PhysicsClientSharedMemory.h" #include"../ExampleBrowser/InProcessExampleBrowser.h" -#include"../ExampleBrowser/InProcessExampleBrowserMainThread.h"