1
0
Fork 0

Merge pull request #98662 from KoBeWi/never_has_been

Remove unused FILE_INFO from FileSystem dock
This commit is contained in:
Thaddeus Crews 2024-10-31 20:14:33 -05:00
commit e84fae43be
No known key found for this signature in database
GPG Key ID: 62181B86FE9E5D84
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,