1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 05:07:34 +00:00

KeyboardSettings: Remove outdated FIXME

This commit is contained in:
Andreas Kling 2021-07-30 23:38:09 +02:00
parent 363a901603
commit b56a2c3e4c

View file

@ -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) {