From 819c3524a54fb4ba66aece2401b1d28fd14b6608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 24 Sep 2020 15:40:26 +0200 Subject: 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. --- doc/classes/OS.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc/classes') 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. - - - - - Returns the amount of time in milliseconds it took for the boot logo to appear. - - -- cgit v1.2.3