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