Removed non standard and redundent /*EOF*/
This commit is contained in:
@@ -525,5 +525,3 @@ class OSG_EXPORT GL2Extensions : public osg::Referenced
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*EOF*/
|
||||
|
||||
@@ -282,5 +282,3 @@ class OSG_EXPORT Program : public osg::StateAttribute
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*EOF*/
|
||||
|
||||
@@ -190,5 +190,3 @@ class OSG_EXPORT Shader : public osg::Object
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*EOF*/
|
||||
|
||||
@@ -473,5 +473,3 @@ class OSG_EXPORT Uniform : public Object
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/*EOF*/
|
||||
|
||||
@@ -2828,6 +2828,3 @@ void Program::PerContextProgram::useProgram() const
|
||||
{
|
||||
_extensions->glUseProgram( _glProgramHandle );
|
||||
}
|
||||
|
||||
|
||||
/*EOF*/
|
||||
|
||||
@@ -389,5 +389,3 @@ void Shader::PerContextShader::detachShader(GLuint program) const
|
||||
{
|
||||
_extensions->glDetachShader( program, _glShaderHandle );
|
||||
}
|
||||
|
||||
/*EOF*/
|
||||
|
||||
@@ -1299,6 +1299,3 @@ void Uniform::setEventCallback(Callback* ec)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/*EOF*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user