mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
Remove some unused stuff
This commit is contained in:
parent
9a7a629d0f
commit
20121f3b0a
@ -10,7 +10,6 @@
|
||||
|
||||
namespace MWRender
|
||||
{
|
||||
std::map<std::string, int> Animation::sUniqueIDs;
|
||||
|
||||
Animation::Animation(OEngine::Render::OgreRenderer& _rend)
|
||||
: mInsert(NULL)
|
||||
|
@ -14,16 +14,10 @@
|
||||
|
||||
namespace MWRender {
|
||||
|
||||
struct PosAndRot {
|
||||
Ogre::Quaternion vecRot;
|
||||
Ogre::Vector3 vecPos;
|
||||
};
|
||||
|
||||
class Animation {
|
||||
protected:
|
||||
Ogre::SceneNode* mInsert;
|
||||
OEngine::Render::OgreRenderer &mRend;
|
||||
static std::map<std::string, int> sUniqueIDs;
|
||||
|
||||
float mTime;
|
||||
float mStartTime;
|
||||
|
Loading…
x
Reference in New Issue
Block a user