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:
parent
de07dab184
commit
e7fc46879e
4 changed files with 0 additions and 7 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue