diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-31 20:14:33 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-10-31 20:14:33 -0500 |
commit | e84fae43bed7a7bc992fb276857bcb7140480a54 (patch) | |
tree | c4083161ad4bb3f32a5d044222fde2601db7001c /editor | |
parent | ef8d981267702de38ffc24136f9d823d31781c60 (diff) | |
parent | f96ef5fc0d03c1670c388ef5374e40fa55e87f7e (diff) | |
download | redot-engine-e84fae43bed7a7bc992fb276857bcb7140480a54.tar.gz |
Merge pull request #98662 from KoBeWi/never_has_been
Remove unused FILE_INFO from FileSystem dock
Diffstat (limited to 'editor')
-rw-r--r-- | editor/filesystem_dock.cpp | 3 | ||||
-rw-r--r-- | editor/filesystem_dock.h | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index c147fcca81..9b08d21bdc 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -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; diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index f48676d24d..72d5ac3a98 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -116,7 +116,6 @@ private: FILE_REMOVE, FILE_DUPLICATE, FILE_REIMPORT, - FILE_INFO, FILE_NEW, FILE_SHOW_IN_EXPLORER, FILE_OPEN_EXTERNAL, |