1
0
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:
Chris Robinson 2012-07-24 13:56:28 -07:00
parent 9a7a629d0f
commit 20121f3b0a
2 changed files with 0 additions and 7 deletions

View File

@ -10,7 +10,6 @@
namespace MWRender
{
std::map<std::string, int> Animation::sUniqueIDs;
Animation::Animation(OEngine::Render::OgreRenderer& _rend)
: mInsert(NULL)

View File

@ -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;