diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-12 21:48:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 21:48:33 +0100 |
commit | 506df14595c7bf30dbaa2a62f5f675fdf1371c41 (patch) | |
tree | 71ab6ccdf2b3fd6719b1b28bd24c3a220a1e47bd /core/math/expression.h | |
parent | bac1073617c6bc70388e7b3df9d7dafeb8ec59cd (diff) | |
parent | bd78b9f44525183e7f40b704ae644c2e1a4cbf87 (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.h | 1 |
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, |