diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-12 11:14:34 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-12 13:39:39 +0100 |
commit | bd78b9f44525183e7f40b704ae644c2e1a4cbf87 (patch) | |
tree | cdb02d1308edaea5006f07ff9a1692a81fa4f061 /modules/gdscript/doc_classes | |
parent | 49eef1180b441d6778d1b03168226bee7c815f3d (diff) |
Remove deprecated decimals builtin
Replaced by 'step_decimals' in 3.2 via #21425.
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index b947d95fac..9fc8ad5573 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -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> |