summaryrefslogtreecommitdiff
path: root/doc/classes/OS.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-06-17 15:52:15 +0200
committerGitHub <noreply@github.com>2020-06-17 15:52:15 +0200
commit84e7552f83d8fb71a0fabb6bf6709f42401605d4 (patch)
tree9dec7b587da17d2beac94d8003a7874d7165e9dc /doc/classes/OS.xml
parent7cde0e4ab99e879428af38fd3f005524920c2ed4 (diff)
parentba0db95909a232e3f4d694294f077c9460ef00ce (diff)
Merge pull request #39622 from akien-mga/docdata-skip-empty-scripting-langs-builtins
DocData: Skip language-specific ClassDoc without methods/constants
Diffstat (limited to 'doc/classes/OS.xml')
-rw-r--r--doc/classes/OS.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index b131d2728c..23473290c7 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -254,20 +254,6 @@
[b]Note:[/b] This method is implemented on Android, Linux, macOS and Windows.
</description>
</method>
- <method name="get_system_time_msecs" qualifiers="const">
- <return type="int">
- </return>
- <description>
- Returns the epoch time of the operating system in milliseconds.
- </description>
- </method>
- <method name="get_system_time_secs" qualifiers="const">
- <return type="int">
- </return>
- <description>
- Returns the epoch time of the operating system in seconds.
- </description>
- </method>
<method name="get_tablet_driver_count" qualifiers="const">
<return type="int">
</return>