From fc1aee10f4048802e6237fefcafb609fa19ce9d8 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Wed, 16 May 2018 21:20:17 +0100 Subject: [PATCH] Remove function declaration that somehow snuck in. --- components/sceneutil/mwshadowtechnique.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/sceneutil/mwshadowtechnique.hpp b/components/sceneutil/mwshadowtechnique.hpp index eb5b650a00..6b096ce51c 100644 --- a/components/sceneutil/mwshadowtechnique.hpp +++ b/components/sceneutil/mwshadowtechnique.hpp @@ -244,8 +244,6 @@ namespace SceneUtil { public: DebugHUD(int numberOfShadowMapsPerLight); - void draw(); - virtual void draw(osg::ref_ptr texture, unsigned int shadowMapNumber, const osg::Matrixd &matrix, osgUtil::CullVisitor& cv); virtual void releaseGLObjects(osg::State* state = 0) const;