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. */