From d81a822bbc620ebb376ee7f97a8c3f555860c346 Mon Sep 17 00:00:00 2001 From: bjorn Date: Fri, 25 Dec 2020 12:50:50 -0700 Subject: [PATCH] rm dead lovrMathOrientationToDirection declaration; --- src/modules/math/math.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/math/math.h b/src/modules/math/math.h index 2891ca15..20ad0305 100644 --- a/src/modules/math/math.h +++ b/src/modules/math/math.h @@ -6,7 +6,6 @@ struct RandomGenerator; bool lovrMathInit(void); void lovrMathDestroy(void); struct RandomGenerator* lovrMathGetRandomGenerator(void); -void lovrMathOrientationToDirection(float angle, float ax, float ay, float az, float* v); float lovrMathGammaToLinear(float x); float lovrMathLinearToGamma(float x); float lovrMathNoise1(float x);