BGE cleanup: Removing the unused SCA_EventManager::Replace_PhysicsScene().

This commit is contained in:
Mitchell Stokes 2014-05-01 19:42:22 -07:00
parent 685316b406
commit 27cbb28659
Notes: blender-bot 2023-02-14 10:42:35 +01:00
Referenced by issue #39998, Missing bottom left hotspot (splitter widget) in the lower left window (regardless of layout and editor types)
2 changed files with 0 additions and 2 deletions

View File

@ -77,7 +77,6 @@ public:
void Replace_LogicManager(SCA_LogicManager* logicmgr) { m_logicmgr= logicmgr; }
virtual void Replace_PhysicsScene(class PHY_IPhysicsEnvironment* env) { } /* only for event managers that use one */
protected:
EVENT_MANAGER_TYPE m_mgrtype;

View File

@ -77,7 +77,6 @@ public:
virtual void RemoveSensor(SCA_ISensor* sensor);
SCA_LogicManager* GetLogicManager() { return m_logicmgr;}
PHY_IPhysicsEnvironment *GetPhysicsEnvironment() { return m_physEnv; }
virtual void Replace_PhysicsScene(PHY_IPhysicsEnvironment* env) { m_physEnv= env; }
#ifdef WITH_CXX_GUARDEDALLOC