summaryrefslogtreecommitdiffstats
path: root/doc/classes/EditorFileSystem.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-06-11 11:46:35 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-06-11 11:46:35 +0200
commite4fa8543ea11b7d25c24c81c4a0b824b60fb82ec (patch)
tree1cb028256f8c3dbb92ea9ea4c7af73d1c363d451 /doc/classes/EditorFileSystem.xml
parent62a056aa56ca4471c035e43741c88e4a22d81802 (diff)
downloadredot-engine-e4fa8543ea11b7d25c24c81c4a0b824b60fb82ec.tar.gz
Revert "Fix FileSystem dock won't show any file folders"
This reverts commit 72856d633a6be5c596d4a3231acab009828a2efe. Fixes #93022.
Diffstat (limited to 'doc/classes/EditorFileSystem.xml')
-rw-r--r--doc/classes/EditorFileSystem.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/classes/EditorFileSystem.xml b/doc/classes/EditorFileSystem.xml
index f3129ede65..08b40c7800 100644
--- a/doc/classes/EditorFileSystem.xml
+++ b/doc/classes/EditorFileSystem.xml
@@ -90,18 +90,6 @@
Emitted if at least one resource is reloaded when the filesystem is scanned.
</description>
</signal>
- <signal name="scan_started">
- <param index="0" name="complete_scan" type="bool" />
- <description>
- Emitted when a new scan of the project files has started.
- </description>
- </signal>
- <signal name="scan_stopped">
- <param index="0" name="complete_scan" type="bool" />
- <description>
- Emitted when a scan of the project files has ended.
- </description>
- </signal>
<signal name="script_classes_updated">
<description>
Emitted when the list of global script classes gets updated.