From c114a7bab4d326ded2e0df8300f7fdf421f70d1d Mon Sep 17 00:00:00 2001 From: skyace65 Date: Sun, 2 Apr 2023 19:45:55 -0400 Subject: Remove reference to clipboard in OS class doc (cherry picked from commit a65d99b541578c52beb177ff7290dd68940a3807) --- doc/classes/OS.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. - 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. -- cgit v1.2.3