1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

Remove an unused constructor

This commit is contained in:
scrawl 2015-01-02 02:10:40 +01:00
parent 593ca6bd48
commit 6f747df713
2 changed files with 0 additions and 6 deletions

View file

@ -104,11 +104,6 @@ BillboardObject::BillboardObject( const String& textureName,
bodyCount++;
}
BillboardObject::BillboardObject()
: mNode(NULL), mMaterial(NULL), mEntity(NULL), mVisibility(1.f)
{
}
void BillboardObject::requestedConfiguration (sh::MaterialInstance* m, const std::string& configuration)
{
}

View file

@ -39,7 +39,6 @@ namespace MWRender
Ogre::SceneNode* rootNode,
const std::string& material
);
BillboardObject();
void requestedConfiguration (sh::MaterialInstance* m, const std::string& configuration);
void createdConfiguration (sh::MaterialInstance* m, const std::string& configuration);