diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index c147fcca81e9..9b08d21bdc4e 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -2472,9 +2472,6 @@ void FileSystemDock::_file_option(int p_option, const Vector &p_selected make_dir_dialog->popup_centered(); } break; - case FILE_INFO: { - } break; - case FILE_REIMPORT: { ImportDock::get_singleton()->reimport_resources(p_selected); } break; diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index f48676d24d06..72d5ac3a98bd 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -116,7 +116,6 @@ class FileSystemDock : public VBoxContainer { FILE_REMOVE, FILE_DUPLICATE, FILE_REIMPORT, - FILE_INFO, FILE_NEW, FILE_SHOW_IN_EXPLORER, FILE_OPEN_EXTERNAL,