From b56a2c3e4cc1fad3e0c034e21a75b88f1e286e79 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 30 Jul 2021 23:38:09 +0200 Subject: [PATCH] KeyboardSettings: Remove outdated FIXME --- Userland/Applications/KeyboardSettings/main.cpp | 1 - 1 file changed, 1 deletion(-) 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) {