From c5b45c9f090f28fdc015e658cc81225a2a3a7a92 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Thu, 22 Aug 2019 01:22:52 -0300 Subject: Cleanup and minor changes in FileSystem Dock --- editor/filesystem_dock.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editor/filesystem_dock.h') diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index 561a4eba81..49eb31e330 100644 --- a/editor/filesystem_dock.h +++ b/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 sources; bool import_broken; -- cgit v1.2.3