aboutsummaryrefslogtreecommitdiff
path: root/include/BH/Math/Misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/BH/Math/Misc.h')
-rw-r--r--include/BH/Math/Misc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/BH/Math/Misc.h b/include/BH/Math/Misc.h
index 0f25b0e..4696921 100644
--- a/include/BH/Math/Misc.h
+++ b/include/BH/Math/Misc.h
@@ -6,7 +6,6 @@
float BH_Lerpf(float a, float b, float t);
-
void BH_Triangle3fBarycentric(const float a[3],
const float b[3],
const float c[3],