diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-19 10:09:55 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-01-19 10:09:55 +0100 |
commit | 4679f8724a3730c63bee36f44b7699b0a550bc14 (patch) | |
tree | 7aa9bede0760b8937dd9454b9c1f5cf3a988d73d /doc/classes | |
parent | 56ac1a67cdfdccc64757197464d9bc1f2704a2f0 (diff) | |
parent | 5bdc0d97d35b254c6a710e95582b135ab3dcefd2 (diff) |
Merge pull request #71628 from reduz/fixup-editor-file-system-script-parsing
Clean up EditorFileSystem script parsing
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/EditorFileSystem.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml index cddf3662aa..5f33c68a7d 100644 --- a/doc/classes/EditorFileSystem.xml +++ b/doc/classes/EditorFileSystem.xml @@ -71,12 +71,6 @@ This will not import the file. To reimport, call [method reimport_files] or [method scan] methods. </description> </method> - <method name="update_script_classes"> - <return type="void" /> - <description> - Scans the script files and updates the list of custom class names. - </description> - </method> </methods> <signals> <signal name="filesystem_changed"> |