diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-08 22:45:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 22:45:29 +0100 |
commit | f73ef03a86912dfe5c6eb73a99c3f50c144c5030 (patch) | |
tree | 2f597136ad9b305305c63eb1e832f1abbf9bc788 /doc/classes | |
parent | 3aaaf2e3ec3873892119dd007abb1d855016efbd (diff) | |
parent | 4e3d5a9a2c4cc9658a1a65415911b20e0c6cd9e6 (diff) |
Merge pull request #58877 from akien-mga/core-unexpose-range_step_decimals
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 3cfc6f3bd2..1228cd771c 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -791,12 +791,6 @@ [/codeblock] </description> </method> - <method name="range_step_decimals"> - <return type="int" /> - <argument index="0" name="x" type="float" /> - <description> - </description> - </method> <method name="rid_allocate_id"> <return type="int" /> <description> |