1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +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;
}
void RefData::setBaseNodeOld(Ogre::SceneNode* base)
{
}
void RefData::setBaseNode(osg::PositionAttitudeTransform *base)
{
mBase = base;

View File

@ -88,10 +88,6 @@ namespace MWWorld
/// Return base node (can be a null pointer).
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).
void setBaseNode (osg::PositionAttitudeTransform* base);