mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 19:39:42 +00:00
Minor cleanup
This commit is contained in:
parent
8092f37ce5
commit
cd81ec92db
2 changed files with 0 additions and 8 deletions
|
@ -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;
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue