KeyboardSettings: Remove outdated FIXME

This commit is contained in:
Andreas Kling 2021-07-30 23:38:09 +02:00
commit b56a2c3e4c
Notes: sideshowbarker 2024-07-18 07:41:09 +09:00

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