You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Remove unused FILE_INFO from FileSystem dock
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -116,7 +116,6 @@ private:
|
||||
FILE_REMOVE,
|
||||
FILE_DUPLICATE,
|
||||
FILE_REIMPORT,
|
||||
FILE_INFO,
|
||||
FILE_NEW,
|
||||
FILE_SHOW_IN_EXPLORER,
|
||||
FILE_OPEN_EXTERNAL,
|
||||
|
||||
Reference in New Issue
Block a user