diff options
author | Andreas Kling <kling@serenityos.org> | 2021-07-30 23:38:09 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-31 11:22:53 +0200 |
commit | b56a2c3e4cc1fad3e0c034e21a75b88f1e286e79 (patch) | |
tree | 6def7f2b10a6173bf10aa5249cde9421d0a893a5 /Userland/Applications/KeyboardSettings | |
parent | 363a90160378705d96fdaf1d99542774a0efa704 (diff) | |
download | serenity-b56a2c3e4cc1fad3e0c034e21a75b88f1e286e79.zip |
KeyboardSettings: Remove outdated FIXME
Diffstat (limited to 'Userland/Applications/KeyboardSettings')
-rw-r--r-- | Userland/Applications/KeyboardSettings/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/KeyboardSettings/main.cpp b/Userland/Applications/KeyboardSettings/main.cpp index 448fb6c4d3..015603ef30 100644 --- a/Userland/Applications/KeyboardSettings/main.cpp +++ b/Userland/Applications/KeyboardSettings/main.cpp @@ -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) { |