1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28: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

@ -20,7 +20,6 @@ class NotificationServerConnection : public IPC::ServerConnection<NotificationCl
public:
virtual void handshake() override
{
greet();
}
virtual void die() override