Remove unneeded code

This commit is contained in:
2025-07-09 15:19:34 +03:00
parent 99b711f42f
commit f7db2130a8
4 changed files with 2 additions and 13 deletions

View File

@@ -9,7 +9,6 @@
#include "OgreApplicationContext.h"
#include "Bullet/OgreBullet.h"
#include "BulletCollision/CollisionDispatch/btGhostObject.h"
#include "btKinematicCharacterController.h"
#include "LinearMath/btTransform.h"
#include "OgrePageManager.h"
#include "Procedural.h"
@@ -269,7 +268,6 @@ class CharacterController : public OgreBites::InputListener,
// btRigidBody *mRigidBody;
btCompoundShape *mCollisionShape;
btPairCachingGhostObject *mGhostObject;
btKinematicCharacterController *mController;
public:
CharacterController(Ogre::SceneNode *camNode, Ogre::Camera *cam,
@@ -362,7 +360,6 @@ CharacterController::CharacterController(Ogre::SceneNode *camNode,
, world(world)
, mCollisionShape(nullptr)
, mGhostObject(nullptr)
, mController(nullptr)
{
setupBody();
setupCamera();