diff --git a/include/cglm/affine-post.h b/include/cglm/affine-post.h index 7f52c5c..0f4a7b2 100644 --- a/include/cglm/affine-post.h +++ b/include/cglm/affine-post.h @@ -5,12 +5,6 @@ * Full license can be found in the LICENSE file */ -/* - Functions: - CGLM_INLINE void glm_mul(mat4 m1, mat4 m2, mat4 dest); - CGLM_INLINE void glm_inv_tr(mat4 mat); - */ - #ifndef cglm_affine_post_h #define cglm_affine_post_h diff --git a/include/cglm/affine-pre.h b/include/cglm/affine-pre.h index f4316a9..43652ff 100644 --- a/include/cglm/affine-pre.h +++ b/include/cglm/affine-pre.h @@ -5,12 +5,6 @@ * Full license can be found in the LICENSE file */ -/* - Functions: - CGLM_INLINE void glm_mul(mat4 m1, mat4 m2, mat4 dest); - CGLM_INLINE void glm_inv_tr(mat4 mat); - */ - #ifndef cglm_affine_pre_h #define cglm_affine_pre_h