From d606bf0ba29b3876ce8511b51deb7d2a32aad7c3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 15 Sep 2010 13:04:35 +0000 Subject: [PATCH] Fixed warning --- examples/osgparticleshader/osgparticleshader.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/osgparticleshader/osgparticleshader.cpp b/examples/osgparticleshader/osgparticleshader.cpp index 06747d4d2..401da35e2 100644 --- a/examples/osgparticleshader/osgparticleshader.cpp +++ b/examples/osgparticleshader/osgparticleshader.cpp @@ -100,7 +100,6 @@ int main( int argc, char** argv ) ***/ osg::ref_ptr ps = new osgParticle::ParticleSystem; - osgParticle::Particle& ptemp = ps->getDefaultParticleTemplate(); ps->getDefaultParticleTemplate().setLifeTime( 5.0f ); if ( customShape )