From 8540414ae094e85fcece7f5a07f5478294fd6307 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 4 Mar 2004 14:32:27 +0000 Subject: [PATCH] Removed redundent getAssociatedModes() --- include/osgGL2/ProgramObject | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/osgGL2/ProgramObject b/include/osgGL2/ProgramObject index 8c6539f98..0ef779b9e 100644 --- a/include/osgGL2/ProgramObject +++ b/include/osgGL2/ProgramObject @@ -81,8 +81,6 @@ class OSGGL2_EXPORT ProgramObject : public osg::StateAttribute return 0; // passed all the above comparison macro's, must be equal. } - virtual void getAssociatedModes(std::vector& ) const {} - /** If enabled, install our shader program in the GL pipeline, * performing any shader program rebuild operations that might * be pending. */