1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix warnings reported by clang

This commit is contained in:
sfan5 2014-07-06 13:07:23 +02:00
parent 5f9962e1cc
commit 37b7f094e3
5 changed files with 8 additions and 16 deletions

View file

@ -211,8 +211,7 @@ public:
class MainShaderConstantSetter : public IShaderConstantSetter
{
public:
MainShaderConstantSetter(IrrlichtDevice *device):
m_device(device)
MainShaderConstantSetter(IrrlichtDevice *device)
{}
~MainShaderConstantSetter() {}
@ -256,9 +255,6 @@ public:
services->setVertexShaderConstant(world.pointer(), 8, 4);
}
private:
IrrlichtDevice *m_device;
};
/*