mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 20:24:41 +00:00
Cleanup unused engine code
This commit is contained in:
parent
90bdba576a
commit
2c048ea164
56 changed files with 4 additions and 615 deletions
|
|
@ -1044,10 +1044,6 @@ void EditorFileSystem::_thread_func_sources(void *_userdata) {
|
|||
efs->scanning_changes_done = true;
|
||||
}
|
||||
|
||||
void EditorFileSystem::get_changed_sources(List<String> *r_changed) {
|
||||
*r_changed = sources_changed;
|
||||
}
|
||||
|
||||
void EditorFileSystem::scan_changes() {
|
||||
if (first_scan || // Prevent a premature changes scan from inhibiting the first full scan
|
||||
scanning || scanning_changes || thread) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue