From c4b45a0917b0ef1be831ef9558aa9fbbba7771ac Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 23 Oct 2022 14:22:16 +0300 Subject: [PATCH] remove redundant comments --- include/cglm/affine-post.h | 6 ------ include/cglm/affine-pre.h | 6 ------ 2 files changed, 12 deletions(-) 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