mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 06:45:32 +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;
|
||||
}
|
||||
|
||||
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…
Reference in a new issue