1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-22 19:39:42 +00:00

Minor cleanup

This commit is contained in:
scrawl 2015-05-23 05:41:53 +02:00
parent 8092f37ce5
commit cd81ec92db
2 changed files with 0 additions and 8 deletions

View file

@ -128,10 +128,6 @@ namespace MWWorld
return mBaseNode; return mBaseNode;
} }
void RefData::setBaseNodeOld(Ogre::SceneNode* base)
{
}
void RefData::setBaseNode(osg::PositionAttitudeTransform *base) void RefData::setBaseNode(osg::PositionAttitudeTransform *base)
{ {
mBase = base; mBase = base;

View file

@ -88,10 +88,6 @@ namespace MWWorld
/// Return base node (can be a null pointer). /// Return base node (can be a null pointer).
osg::PositionAttitudeTransform* getBaseNode(); osg::PositionAttitudeTransform* getBaseNode();
/// Set OGRE base node (can be a null pointer).
/// obsolete
void setBaseNodeOld (Ogre::SceneNode* base);
/// Set base node (can be a null pointer). /// Set base node (can be a null pointer).
void setBaseNode (osg::PositionAttitudeTransform* base); void setBaseNode (osg::PositionAttitudeTransform* base);