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 )