Remove reference to clipboard in OS class doc

(cherry picked from commit a65d99b541)
This commit is contained in:
skyace65 2023-04-02 19:45:55 -04:00 committed by Yuri Sizov
parent 1deda0f003
commit c114a7bab4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Operating System functions. Operating System functions.
</brief_description> </brief_description>
<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. [b]Note:[/b] In Godot 4, [OS] functions related to window management were moved to the [DisplayServer] singleton.
</description> </description>
<tutorials> <tutorials>