You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Cleanup some #if 0'd code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user