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

@@ -8,7 +8,6 @@
#include "OgreApplicationContext.h"
#include "Bullet/OgreBullet.h"
#include "BulletCollision/CollisionDispatch/btGhostObject.h"
#include "btKinematicCharacterController.h"
#include "LinearMath/btTransform.h"
#include "OgrePageManager.h"
#include "lua_control.h"
@@ -235,7 +234,6 @@ class CharacterController : public OgreBites::InputListener, Ogre::FrameListener
// btRigidBody *mRigidBody;
btCompoundShape *mCollisionShape;
btPairCachingGhostObject *mGhostObject;
btKinematicCharacterController *mController;
public:
CharacterController(Ogre::SceneNode *camNode, Ogre::Camera *cam, Ogre::SceneManager *scnMgr, MainWorld *world);
~CharacterController();
@@ -322,7 +320,6 @@ CharacterController::CharacterController(
, world(world)
, mCollisionShape(nullptr)
, mGhostObject(nullptr)
, mController(nullptr)
{
setupBody();