summaryrefslogtreecommitdiffstats
path: root/scriptc/rs_math.rsh
diff options
context:
space:
mode:
Diffstat (limited to 'scriptc/rs_math.rsh')
-rw-r--r--scriptc/rs_math.rsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/scriptc/rs_math.rsh b/scriptc/rs_math.rsh
index a9c163d7..33e7ee4e 100644
--- a/scriptc/rs_math.rsh
+++ b/scriptc/rs_math.rsh
@@ -70,9 +70,6 @@ extern void rsMatrixTranslate(rs_matrix4x4 *mat, float x, float y, float z);
///////////////////////////////////////////////////////////////////
// non update funcs
-extern float turbulencef2(float x, float y, float octaves);
-extern float turbulencef3(float x, float y, float z, float octaves);
-
/*
extern float3 float3Norm(float3);
extern float float3Length(float3);