From bd78b9f44525183e7f40b704ae644c2e1a4cbf87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 12 Feb 2020 11:14:34 +0100 Subject: Remove deprecated decimals builtin Replaced by 'step_decimals' in 3.2 via #21425. --- core/math/expression.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/math/expression.h') 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, -- cgit v1.2.3