Skip to content

Commit e84fae4

Browse files
committed
Merge pull request #98662 from KoBeWi/never_has_been
Remove unused FILE_INFO from FileSystem dock
2 parents ef8d981 + f96ef5f commit e84fae4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

editor/filesystem_dock.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -2472,9 +2472,6 @@ void FileSystemDock::_file_option(int p_option, const Vector<String> &p_selected
24722472
make_dir_dialog->popup_centered();
24732473
} break;
24742474

2475-
case FILE_INFO: {
2476-
} break;
2477-
24782475
case FILE_REIMPORT: {
24792476
ImportDock::get_singleton()->reimport_resources(p_selected);
24802477
} break;

editor/filesystem_dock.h

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ class FileSystemDock : public VBoxContainer {
116116
FILE_REMOVE,
117117
FILE_DUPLICATE,
118118
FILE_REIMPORT,
119-
FILE_INFO,
120119
FILE_NEW,
121120
FILE_SHOW_IN_EXPLORER,
122121
FILE_OPEN_EXTERNAL,

0 commit comments

Comments
 (0)