summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorskyace65 <matthewehr@hotmail.com>2023-04-02 19:45:55 -0400
committerYuri Sizov <yuris@humnom.net>2023-04-03 18:38:27 +0200
commitc114a7bab4d326ded2e0df8300f7fdf421f70d1d (patch)
tree115a1d81d33d954aea90e7d5e076ef198a7e9048 /doc
parent1deda0f003bc61e3fc34a1ecdbe9a9c7481ee7d9 (diff)
Remove reference to clipboard in OS class doc
(cherry picked from commit a65d99b541578c52beb177ff7290dd68940a3807)
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/OS.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index 92ee2fb40b..10818e0dec 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -4,7 +4,7 @@
Operating System functions.
</brief_description>
<description>
- Operating System functions. [OS] wraps the most common functionality to communicate with the host operating system, such as the clipboard, video driver, delays, environment variables, execution of binaries, command line, etc.
+ Operating System functions. [OS] wraps the most common functionality to communicate with the host operating system, such as the video driver, delays, environment variables, execution of binaries, command line, etc.
[b]Note:[/b] In Godot 4, [OS] functions related to window management were moved to the [DisplayServer] singleton.
</description>
<tutorials>