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:
parent
5424372d50
commit
78b57fcea3
4 changed files with 0 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue