summaryrefslogtreecommitdiffstats
path: root/editor/filesystem_dock.h
diff options
context:
space:
mode:
authorWiwip <lpafortier@gmail.com>2022-11-26 15:58:25 +0100
committerWiwip <wiwipaf@gmail.com>2023-05-10 18:49:35 -0400
commitb08a6084affd1bf657124dc5cda98a6b2cab2fd0 (patch)
tree8d991ca322deb57e87c59080e54d262ef30add39 /editor/filesystem_dock.h
parent7f4687562de6025d28eca30d6e24b03050345012 (diff)
downloadredot-engine-b08a6084affd1bf657124dc5cda98a6b2cab2fd0.tar.gz
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
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r--editor/filesystem_dock.h2
1 files changed, 0 insertions, 2 deletions
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;