Remove deprecated decimals builtin

Replaced by 'step_decimals' in 3.2 via #21425.
This commit is contained in:
Rémi Verschelde 2020-02-12 11:14:34 +01:00
parent 49eef1180b
commit bd78b9f445
8 changed files with 9 additions and 40 deletions

View file

@ -256,15 +256,6 @@
Converts from decibels to linear energy (audio).
</description>
</method>
<method name="decimals">
<return type="int">
</return>
<argument index="0" name="step" type="float">
</argument>
<description>
Deprecated alias for [method step_decimals].
</description>
</method>
<method name="dectime">
<return type="float">
</return>