mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15:32 +00:00
Remove an unused constructor
This commit is contained in:
parent
593ca6bd48
commit
6f747df713
2 changed files with 0 additions and 6 deletions
|
@ -104,11 +104,6 @@ BillboardObject::BillboardObject( const String& textureName,
|
||||||
bodyCount++;
|
bodyCount++;
|
||||||
}
|
}
|
||||||
|
|
||||||
BillboardObject::BillboardObject()
|
|
||||||
: mNode(NULL), mMaterial(NULL), mEntity(NULL), mVisibility(1.f)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void BillboardObject::requestedConfiguration (sh::MaterialInstance* m, const std::string& configuration)
|
void BillboardObject::requestedConfiguration (sh::MaterialInstance* m, const std::string& configuration)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,6 @@ namespace MWRender
|
||||||
Ogre::SceneNode* rootNode,
|
Ogre::SceneNode* rootNode,
|
||||||
const std::string& material
|
const std::string& material
|
||||||
);
|
);
|
||||||
BillboardObject();
|
|
||||||
|
|
||||||
void requestedConfiguration (sh::MaterialInstance* m, const std::string& configuration);
|
void requestedConfiguration (sh::MaterialInstance* m, const std::string& configuration);
|
||||||
void createdConfiguration (sh::MaterialInstance* m, const std::string& configuration);
|
void createdConfiguration (sh::MaterialInstance* m, const std::string& configuration);
|
||||||
|
|
Loading…
Reference in a new issue