Browse Source

Cleanup and minor changes in FileSystem Dock

Michael Alexsander Silva Dias 6 years ago
parent
commit
c5b45c9f09
2 changed files with 96 additions and 145 deletions
  1. 95 143
      editor/filesystem_dock.cpp
  2. 1 2
      editor/filesystem_dock.h

File diff suppressed because it is too large
+ 95 - 143
editor/filesystem_dock.cpp


+ 1 - 2
editor/filesystem_dock.h

@@ -171,7 +171,7 @@ private:
 
 	bool updating_tree;
 	int tree_update_id;
-	Tree *tree; //directories
+	Tree *tree;
 	ItemList *files;
 	bool import_dock_needs_update;
 
@@ -250,7 +250,6 @@ private:
 		String name;
 		String path;
 		StringName type;
-		int import_status; //0 not imported, 1 - ok, 2- must reimport, 3- broken
 		Vector<String> sources;
 		bool import_broken;
 

Some files were not shown because too many files changed in this diff