mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Minor cleanup
This commit is contained in:
parent
8092f37ce5
commit
cd81ec92db
@ -128,10 +128,6 @@ namespace MWWorld
|
||||
return mBaseNode;
|
||||
}
|
||||
|
||||
void RefData::setBaseNodeOld(Ogre::SceneNode* base)
|
||||
{
|
||||
}
|
||||
|
||||
void RefData::setBaseNode(osg::PositionAttitudeTransform *base)
|
||||
{
|
||||
mBase = base;
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user