NotificationServer: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:21:26 +02:00
commit 78b57fcea3
Notes: sideshowbarker 2024-07-18 17:31:03 +09:00
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