mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
KeyboardSettings: Remove outdated FIXME
This commit is contained in:
parent
363a901603
commit
b56a2c3e4c
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ int main(int argc, char** argv)
|
|||
return 1;
|
||||
}
|
||||
|
||||
// If there is no command line parameter go for GUI.
|
||||
auto app = GUI::Application::construct(argc, argv);
|
||||
|
||||
if (pledge("stdio rpath cpath wpath recvfd sendfd proc exec", nullptr) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue