Remove unused constant.

This commit is contained in:
Sergey Sharybin
2013-09-07 19:44:01 +00:00
parent f00349293f
commit ba95dc859d
2 changed files with 1 additions and 3 deletions

View File

@@ -395,6 +395,6 @@ void FallbackImpl::finishGLSLDraw(OCIO_GLSLDrawState * /*state*/)
{
}
void FallbackImpl::freeGLState(struct OCIO_GLSLDrawState * /*state*/_r)
void FallbackImpl::freeGLState(struct OCIO_GLSLDrawState * /*state_r*/)
{
}