From 544872f63bad63c39d1bbb470c5da501b6c1d7d1 Mon Sep 17 00:00:00 2001 From: Sebastian Messerschmidt Date: Mon, 30 Apr 2018 11:16:02 +0200 Subject: [PATCH] FIX: removed unimplemented functions from header --- include/osgParticle/ParticleSystem | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/osgParticle/ParticleSystem b/include/osgParticle/ParticleSystem index 099549501..685d1951a 100644 --- a/include/osgParticle/ParticleSystem +++ b/include/osgParticle/ParticleSystem @@ -279,10 +279,6 @@ namespace osgParticle ParticleSystem& operator=(const ParticleSystem&) { return *this; } inline void update_bounds(const osg::Vec3& p, float r); - void single_pass_render(osg::RenderInfo& renderInfo, const osg::Matrix& modelview) const; - void render_vertex_array(osg::RenderInfo& renderInfo) const; - - void new_drawImplementation(osg::RenderInfo& renderInfo) const; typedef std::vector Particle_vector; typedef std::stack Death_stack;