mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
FileManager: Remove tree_view_directory_context_menu
It isn't used anywhere and the tree view shows only directories (and that is covered by the tree_view_directory_context_menu).
This commit is contained in:
parent
7d6308523a
commit
1700b6d113
Notes:
sideshowbarker
2024-07-19 17:17:26 +09:00
Author: https://github.com/krkk Commit: https://github.com/SerenityOS/serenity/commit/1700b6d1131 Pull-request: https://github.com/SerenityOS/serenity/pull/9695
1 changed files with 0 additions and 1 deletions
|
@ -556,7 +556,6 @@ int run_in_windowed_mode(String initial_location, String entry_focused_on_init)
|
|||
auto directory_context_menu = GUI::Menu::construct("Directory View Directory");
|
||||
auto directory_view_context_menu = GUI::Menu::construct("Directory View");
|
||||
auto tree_view_directory_context_menu = GUI::Menu::construct("Tree View Directory");
|
||||
auto tree_view_context_menu = GUI::Menu::construct("Tree View");
|
||||
|
||||
auto open_parent_directory_action = GUI::Action::create("Open &Parent Directory", { Mod_Alt, Key_Up }, Gfx::Bitmap::try_load_from_file("/res/icons/16x16/open-parent-directory.png"), [&](GUI::Action const&) {
|
||||
directory_view.open_parent_directory();
|
||||
|
|
Loading…
Reference in a new issue