From 8f25a2dc11b73cd440adcd341e4180f6f93877aa Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Sun, 17 Dec 2017 15:29:39 +0100 Subject: Cleanup some #if 0'd code --- editor/editor_node.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'editor/editor_node.cpp') diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index cb8407386..0eb8ea6e4 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -444,15 +444,7 @@ void EditorNode::_fs_changed() { continue; if (E->get()->get_import_path() != String()) { -//this is an imported resource, will be reloaded if reimported via the _resources_reimported() callback -//imported resource -#if 0 - uint64_t mt = FileAccess::get_modified_time(E->get()->get_import_path()); - - if (mt != E->get()->get_import_last_modified_time()) { - changed.push_back(E->get()); - } -#endif + //this is an imported resource, will be reloaded if reimported via the _resources_reimported() callback continue; } -- cgit v1.2.3-70-g09d2