From b08a6084affd1bf657124dc5cda98a6b2cab2fd0 Mon Sep 17 00:00:00 2001 From: Wiwip Date: Sat, 26 Nov 2022 15:58:25 +0100 Subject: Modifies the file system dock to use the inline editor instead of a dialog. *Bugsquad edit:* Closes https://github.com/godotengine/godot-proposals/issues/4933 --- editor/filesystem_dock.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'editor/filesystem_dock.h') diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index e47178d294..f50e5cba04 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -152,8 +152,6 @@ private: DependencyRemoveDialog *remove_dialog = nullptr; EditorDirDialog *move_dialog = nullptr; - ConfirmationDialog *rename_dialog = nullptr; - LineEdit *rename_dialog_text = nullptr; ConfirmationDialog *duplicate_dialog = nullptr; LineEdit *duplicate_dialog_text = nullptr; DirectoryCreateDialog *make_dir_dialog = nullptr; -- cgit v1.2.3