OS: Remove unused get_splash_tick_msec
It was added in 3e20391bf6 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.
This commit is contained in:
parent
93303737ac
commit
819c3524a5
6 changed files with 0 additions and 20 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue