forked from mirror/openmw-tes3mp
Remove an unused method
This commit is contained in:
parent
c965bd8e18
commit
158e18b98d
2 changed files with 0 additions and 7 deletions
|
@ -307,9 +307,6 @@ namespace MWBase
|
||||||
/// 2 - player is underwater \n
|
/// 2 - player is underwater \n
|
||||||
/// 3 - enemies are nearby (not implemented)
|
/// 3 - enemies are nearby (not implemented)
|
||||||
|
|
||||||
/// \todo Probably shouldn't be here
|
|
||||||
virtual OEngine::Physic::PhysicEngine* getPhysicEngine() const = 0;
|
|
||||||
|
|
||||||
/// \todo Probably shouldn't be here
|
/// \todo Probably shouldn't be here
|
||||||
virtual MWRender::Animation* getAnimation(const MWWorld::Ptr &ptr) = 0;
|
virtual MWRender::Animation* getAnimation(const MWWorld::Ptr &ptr) = 0;
|
||||||
|
|
||||||
|
|
|
@ -349,10 +349,6 @@ namespace MWWorld
|
||||||
/// 2 - player is underwater \n
|
/// 2 - player is underwater \n
|
||||||
/// 3 - enemies are nearby (not implemented)
|
/// 3 - enemies are nearby (not implemented)
|
||||||
|
|
||||||
/// \todo Probably shouldn't be here
|
|
||||||
virtual OEngine::Physic::PhysicEngine* getPhysicEngine() const
|
|
||||||
{ return mPhysEngine; }
|
|
||||||
|
|
||||||
/// \todo Probably shouldn't be here
|
/// \todo Probably shouldn't be here
|
||||||
virtual MWRender::Animation* getAnimation(const MWWorld::Ptr &ptr);
|
virtual MWRender::Animation* getAnimation(const MWWorld::Ptr &ptr);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue