1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Remove unused abort_scan variable

This commit is contained in:
Aaron Franke
2022-09-15 14:23:38 -05:00
parent c2babb6558
commit 2be9ef507a
2 changed files with 0 additions and 6 deletions

View File

@@ -168,7 +168,6 @@ class EditorFileSystem : public Node {
EditorFileSystemDirectory *new_filesystem = nullptr;
bool abort_scan = false;
bool scanning = false;
bool importing = false;
bool first_scan = true;