Removed non standard and redundent /*EOF*/

This commit is contained in:
Robert Osfield 2008-01-08 14:38:58 +00:00
parent 27714dd538
commit e73134d6fb
7 changed files with 0 additions and 16 deletions

View File

@ -525,5 +525,3 @@ class OSG_EXPORT GL2Extensions : public osg::Referenced
}
#endif
/*EOF*/

View File

@ -282,5 +282,3 @@ class OSG_EXPORT Program : public osg::StateAttribute
}
#endif
/*EOF*/

View File

@ -190,5 +190,3 @@ class OSG_EXPORT Shader : public osg::Object
}
#endif
/*EOF*/

View File

@ -473,5 +473,3 @@ class OSG_EXPORT Uniform : public Object
}
#endif
/*EOF*/

View File

@ -2828,6 +2828,3 @@ void Program::PerContextProgram::useProgram() const
{
_extensions->glUseProgram( _glProgramHandle );
}
/*EOF*/

View File

@ -389,5 +389,3 @@ void Shader::PerContextShader::detachShader(GLuint program) const
{
_extensions->glDetachShader( program, _glShaderHandle );
}
/*EOF*/

View File

@ -1299,6 +1299,3 @@ void Uniform::setEventCallback(Callback* ec)
}
}
/*EOF*/