1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:37:43 +00:00

LaunchServer: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:20:10 +02:00
parent de07dab184
commit e7fc46879e
4 changed files with 0 additions and 7 deletions

View file

@ -28,10 +28,6 @@ void ClientConnection::die()
s_connections.remove(client_id());
}
void ClientConnection::greet()
{
}
Messages::LaunchServer::OpenUrlResponse ClientConnection::open_url(URL const& url, String const& handler_name)
{
if (!m_allowlist.is_empty()) {