mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 05:39:42 +00:00
Remove unused member functions from MWMechanics::DerivedClassStorage
This commit is contained in:
parent
2ef2e93a46
commit
e11fbc10b1
1 changed files with 1 additions and 13 deletions
|
@ -1,8 +1,6 @@
|
|||
#ifndef AISTATE_H
|
||||
#define AISTATE_H
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
namespace MWMechanics
|
||||
{
|
||||
|
||||
|
@ -63,17 +61,7 @@ namespace MWMechanics
|
|||
delete mStorage;
|
||||
mStorage = p;
|
||||
}
|
||||
|
||||
bool empty() const
|
||||
{
|
||||
return mStorage == nullptr;
|
||||
}
|
||||
|
||||
const std::type_info& getType() const
|
||||
{
|
||||
return typeid(mStorage);
|
||||
}
|
||||
|
||||
|
||||
DerivedClassStorage():mStorage(nullptr){}
|
||||
~DerivedClassStorage()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue