removed BulltMultiThreaded demo from AllBulletDemos (there is still a standalone demo)

This commit is contained in:
erwin.coumans
2008-04-06 07:15:31 +00:00
parent 0708b07e5d
commit a3c8bb172a
4 changed files with 2 additions and 8 deletions

View File

@@ -25,7 +25,6 @@ subject to the following restrictions:
#include "../DynamicControlDemo/MotorDemo.h"
#include "../RagdollDemo/RagdollDemo.h"
#include "../GimpactTestDemo/GimpactTestDemo.h"
#include "../MultiThreadedDemo/MultiThreadedDemo.h"
#include "../Raytracer/Raytracer.h"
#include "../GjkConvexCastDemo/LinearConvexCastDemo.h"
#include "../VehicleDemo/VehicleDemo.h"
@@ -111,9 +110,6 @@ btDemoEntry g_demoEntries[] =
{"ConvexDecomposition",ConvexDecompositionDemo::Create},
{"BspDemo", BspDemo::Create},
{"Gimpact Test", GimpactConcaveDemo::Create},
#ifndef BT_USE_DOUBLE_PRECISION
{"MultiThreaded", MultiThreadedDemo::Create},
#endif //BT_USE_DOUBLE_PRECISION
{"Raytracer Test",Raytracer::Create},
{"GjkConvexCast",LinearConvexCastDemo::Create},
{"VehicleDemo",VehicleDemo::Create},