remove unused/uninitialized data in BulletWorldImporterDemo
This commit is contained in:
@@ -142,8 +142,6 @@ void BulletXmlImportDemo::setupEmptyDynamicsWorld()
|
||||
|
||||
BulletXmlImportDemo::~BulletXmlImportDemo()
|
||||
{
|
||||
m_fileLoader->deleteAllData();
|
||||
delete m_fileLoader;
|
||||
exitPhysics();
|
||||
}
|
||||
|
||||
|
||||
@@ -49,8 +49,6 @@ class BulletXmlImportDemo : public PlatformDemoApplication
|
||||
|
||||
btDefaultCollisionConfiguration* m_collisionConfiguration;
|
||||
|
||||
class btBulletWorldImporter* m_fileLoader;
|
||||
|
||||
public:
|
||||
|
||||
BulletXmlImportDemo()
|
||||
|
||||
Reference in New Issue
Block a user