summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2024-10-30 06:08:00 +0100
committerkobewi <kobewi4e@gmail.com>2024-10-30 06:08:52 +0100
commitf96ef5fc0d03c1670c388ef5374e40fa55e87f7e (patch)
tree81cff3332cec1fdee99c3c6f2d469e129852369a
parent8004c7524fb9f43425c4d6f614410a76678e0f7c (diff)
downloadredot-engine-f96ef5fc0d03c1670c388ef5374e40fa55e87f7e.tar.gz
Remove unused FILE_INFO from FileSystem dock
-rw-r--r--editor/filesystem_dock.cpp3
-rw-r--r--editor/filesystem_dock.h1
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,