diff options
Diffstat (limited to 'editor/filesystem_dock.cpp')
-rw-r--r-- | editor/filesystem_dock.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index cef5cdb4a9..22750d6d81 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -1818,7 +1818,6 @@ void FileSystemDock::_rename_operation_confirm() { _rescan(); print_verbose("FileSystem: saving moved scenes."); - _save_scenes_after_move(file_renames); current_path = new_path; current_path_line_edit->set_text(current_path); |