From b4af14433f1d22a12a32f5a40eda77f61d0c3c95 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 5 Dec 2009 10:02:04 +0000 Subject: [PATCH] Removed unimplemented updateGraph method --- include/osgAnimation/StatsHandler | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/osgAnimation/StatsHandler b/include/osgAnimation/StatsHandler index a1a09d2c3..1fc26b03b 100644 --- a/include/osgAnimation/StatsHandler +++ b/include/osgAnimation/StatsHandler @@ -72,8 +72,6 @@ namespace osgAnimation /** Get the keyboard and mouse usage of this manipulator.*/ virtual void getUsage(osg::ApplicationUsage& usage) const; - void updateGraph(osgAnimation::StatsActionVisitor* visitor); //, float width, float height, float ystart); - protected: void setUpHUDCamera(osgViewer::ViewerBase* viewer);