1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00

NotificationServer: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:21:26 +02:00
parent 5424372d50
commit 78b57fcea3
4 changed files with 0 additions and 9 deletions

View file

@ -28,10 +28,6 @@ void ClientConnection::die()
s_connections.remove(client_id());
}
void ClientConnection::greet()
{
}
void ClientConnection::show_notification(String const& text, String const& title, Gfx::ShareableBitmap const& icon)
{
auto window = NotificationWindow::construct(client_id(), text, title, icon);