From f00349293fab23f29ebdf1c4b33bd298fa17284a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 7 Sep 2013 19:41:46 +0000 Subject: Code cleanup: us commented out arg names rather than leaving them if unused --- intern/opencolorio/ocio_capi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/opencolorio/ocio_capi.h') diff --git a/intern/opencolorio/ocio_capi.h b/intern/opencolorio/ocio_capi.h index 0b3102a290d..c3f1710c836 100644 --- a/intern/opencolorio/ocio_capi.h +++ b/intern/opencolorio/ocio_capi.h @@ -116,10 +116,10 @@ void OCIO_exponentTransformSetValue(OCIO_ExponentTransformRcPtr *et, const float void OCIO_exponentTransformRelease(OCIO_ExponentTransformRcPtr *et); OCIO_MatrixTransformRcPtr *OCIO_createMatrixTransform(void); -void OCIO_matrixTransformSetValue(OCIO_MatrixTransformRcPtr *et, const float *m44, const float *offset4); +void OCIO_matrixTransformSetValue(OCIO_MatrixTransformRcPtr *mt, const float *m44, const float *offset4); void OCIO_matrixTransformRelease(OCIO_MatrixTransformRcPtr *mt); -void OCIO_matrixTransformScale(float * m44, float * offset4, const float * scale4); +void OCIO_matrixTransformScale(float *m44, float *offset4, const float *scale4); int OCIO_supportGLSLDraw(void); int OCIO_setupGLSLDraw(struct OCIO_GLSLDrawState **state_r, OCIO_ConstProcessorRcPtr *processor, int predivide); -- cgit v1.2.3