Remove a stray method declaration

This commit is contained in:
scrawl 2015-11-11 01:32:31 +01:00
parent 2e9805fa0e
commit fc93dc6195

View file

@ -139,9 +139,6 @@ namespace NifOsg
META_Object(NifOsg, ParticleColorAffector) META_Object(NifOsg, ParticleColorAffector)
// TODO: very similar to vec3 version, refactor to a template
osg::Vec4f interpolate(const float time, const Nif::Vector4KeyMap::MapType& keys);
virtual void operate(osgParticle::Particle* particle, double dt); virtual void operate(osgParticle::Particle* particle, double dt);
private: private: