reemove redundant forward declerations

This commit is contained in:
Recep Aslantas
2020-03-06 23:33:27 +03:00
parent b3a464bf89
commit 7eada03909
4 changed files with 1 additions and 13 deletions

View File

@@ -40,10 +40,6 @@
#include "mat4.h"
#include "affine-mat.h"
CGLM_INLINE
void
glm_mat4_mul(mat4 m1, mat4 m2, mat4 dest);
/*!
* @brief translate existing transform matrix by v vector
* and stores result in same matrix