diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-09-28 10:13:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-28 10:13:37 +0200 |
commit | 1a8dfcd97b6d95d67aa00221196cdcc26b585e97 (patch) | |
tree | 5eea925701870cbeb9b3627b77495b8ef4f1b8e5 /doc/classes | |
parent | 0ba4a8ba7b0f54ac146bab3942bdd9ea60b8e18d (diff) | |
parent | 819c3524a54fb4ba66aece2401b1d28fd14b6608 (diff) |
Merge pull request #42304 from akien-mga/os-drop-get_splash_tick_msec
OS: Remove unused get_splash_tick_msec
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/OS.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 26110df335..a1f12e1a31 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -234,13 +234,6 @@ Returns the number of threads available on the host machine. </description> </method> - <method name="get_splash_tick_msec" qualifiers="const"> - <return type="int"> - </return> - <description> - Returns the amount of time in milliseconds it took for the boot logo to appear. - </description> - </method> <method name="get_static_memory_peak_usage" qualifiers="const"> <return type="int"> </return> |