summaryrefslogtreecommitdiff
path: root/core/math/expression.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-02-12 21:48:33 +0100
committerGitHub <noreply@github.com>2020-02-12 21:48:33 +0100
commit506df14595c7bf30dbaa2a62f5f675fdf1371c41 (patch)
tree71ab6ccdf2b3fd6719b1b28bd24c3a220a1e47bd /core/math/expression.h
parentbac1073617c6bc70388e7b3df9d7dafeb8ec59cd (diff)
parentbd78b9f44525183e7f40b704ae644c2e1a4cbf87 (diff)
Merge pull request #36142 from akien-mga/remove-deprecated-decimals
Remove deprecated decimals builtin
Diffstat (limited to 'core/math/expression.h')
-rw-r--r--core/math/expression.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/math/expression.h b/core/math/expression.h
index c5b9d79a16..1cd1415dcf 100644
--- a/core/math/expression.h
+++ b/core/math/expression.h
@@ -63,7 +63,6 @@ public:
MATH_ISNAN,
MATH_ISINF,
MATH_EASE,
- MATH_DECIMALS,
MATH_STEP_DECIMALS,
MATH_STEPIFY,
MATH_LERP,