remove redundant comments

This commit is contained in:
Recep Aslantas
2022-10-23 14:22:16 +03:00
parent 8034073965
commit c4b45a0917
2 changed files with 0 additions and 12 deletions

View File

@@ -5,12 +5,6 @@
* Full license can be found in the LICENSE file * 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 #ifndef cglm_affine_post_h
#define cglm_affine_post_h #define cglm_affine_post_h

View File

@@ -5,12 +5,6 @@
* Full license can be found in the LICENSE file * 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 #ifndef cglm_affine_pre_h
#define cglm_affine_pre_h #define cglm_affine_pre_h