1
0
Fork 0

Remove unused FILE_INFO from FileSystem dock

This commit is contained in:
kobewi 2024-10-30 06:08:00 +01:00
parent 8004c7524f
commit f96ef5fc0d
2 changed files with 0 additions and 4 deletions

View File

@ -2472,9 +2472,6 @@ void FileSystemDock::_file_option(int p_option, const Vector<String> &p_selected
make_dir_dialog->popup_centered();
} break;
case FILE_INFO: {
} break;
case FILE_REIMPORT: {
ImportDock::get_singleton()->reimport_resources(p_selected);
} break;

View File

@ -116,7 +116,6 @@ private:
FILE_REMOVE,
FILE_DUPLICATE,
FILE_REIMPORT,
FILE_INFO,
FILE_NEW,
FILE_SHOW_IN_EXPLORER,
FILE_OPEN_EXTERNAL,