mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
KeyboardMapper: Remove two useless comments
This commit is contained in:
parent
f47153d437
commit
76c6bc3186
Notes:
sideshowbarker
2024-07-18 18:16:46 +09:00
@ -55,7 +55,6 @@ int main(int argc, char** argv)
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Actions
|
||||
auto open_action = GUI::CommonActions::make_open_action(
|
||||
[&](auto&) {
|
||||
Optional<String> path = GUI::FilePicker::get_open_filepath(window, "Open");
|
||||
@ -83,7 +82,6 @@ int main(int argc, char** argv)
|
||||
app->quit();
|
||||
});
|
||||
|
||||
// Menu
|
||||
auto menubar = GUI::Menubar::construct();
|
||||
|
||||
auto& file_menu = menubar->add_menu("&File");
|
||||
|
Loading…
Reference in New Issue
Block a user