Remove an unused method

This commit is contained in:
Chris Robinson 2013-02-16 00:30:07 -08:00
parent c965bd8e18
commit 158e18b98d
2 changed files with 0 additions and 7 deletions

View file

@ -307,9 +307,6 @@ namespace MWBase
/// 2 - player is underwater \n
/// 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
virtual MWRender::Animation* getAnimation(const MWWorld::Ptr &ptr) = 0;

View file

@ -349,10 +349,6 @@ namespace MWWorld
/// 2 - player is underwater \n
/// 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
virtual MWRender::Animation* getAnimation(const MWWorld::Ptr &ptr);