diff --git a/Userland/Applications/SoundPlayer/main.cpp b/Userland/Applications/SoundPlayer/main.cpp index 83206096d1..c04eb5de5e 100644 --- a/Userland/Applications/SoundPlayer/main.cpp +++ b/Userland/Applications/SoundPlayer/main.cpp @@ -43,8 +43,6 @@ ErrorOr serenity_main(Main::Arguments arguments) Config::pledge_domains({ "SoundPlayer", "FileManager" }); app->set_config_domain("SoundPlayer"_string); - TRY(Core::System::pledge("stdio recvfd sendfd rpath thread proc")); - auto app_icon = GUI::Icon::default_icon("app-sound-player"sv); auto window = GUI::Window::construct();