summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-09-24 15:40:26 +0200
committerRémi Verschelde <rverschelde@gmail.com>2020-09-24 15:40:30 +0200
commit819c3524a54fb4ba66aece2401b1d28fd14b6608 (patch)
treee61aafe07b3c6aee6a91dd12c5b845a12dec194a /doc/classes
parent93303737ac4675d401199183a3982e7511af461c (diff)
OS: Remove unused get_splash_tick_msec
It was added in 3e20391bf607dc7c452b056854aed4a8c99ba0f6 but it doesn't seem particularly useful, and it was only implemented for the custom splash branch and not the default one, so it could return an uninitialized int.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/OS.xml7
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>