1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove obsolete "dectime" method

Replaced by "move_toward"
This commit is contained in:
Aaron Franke
2021-07-30 16:13:59 -05:00
parent 63be3c1f00
commit 2733b9abd8
8 changed files with 37 additions and 103 deletions

View File

@@ -296,7 +296,6 @@ public:
static int step_decimals(double p_step);
static int range_step_decimals(double p_step);
static double snapped(double p_value, double p_step);
static double dectime(double p_value, double p_amount, double p_step);
static uint32_t larger_prime(uint32_t p_val);