mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-17 16:42:54 +00: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
Author: https://github.com/linusg
Commit: 76c6bc3186
1 changed files with 0 additions and 2 deletions
|
@ -55,7 +55,6 @@ int main(int argc, char** argv)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Actions
|
|
||||||
auto open_action = GUI::CommonActions::make_open_action(
|
auto open_action = GUI::CommonActions::make_open_action(
|
||||||
[&](auto&) {
|
[&](auto&) {
|
||||||
Optional<String> path = GUI::FilePicker::get_open_filepath(window, "Open");
|
Optional<String> path = GUI::FilePicker::get_open_filepath(window, "Open");
|
||||||
|
@ -83,7 +82,6 @@ int main(int argc, char** argv)
|
||||||
app->quit();
|
app->quit();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Menu
|
|
||||||
auto menubar = GUI::Menubar::construct();
|
auto menubar = GUI::Menubar::construct();
|
||||||
|
|
||||||
auto& file_menu = menubar->add_menu("&File");
|
auto& file_menu = menubar->add_menu("&File");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue