Clipboard+LibGUI: Remove unnecessary client/server greeting message

This commit is contained in:
Andreas Kling 2021-05-20 21:47:54 +02:00
commit e95e64972c
Notes: sideshowbarker 2024-07-18 17:40:40 +09:00
4 changed files with 0 additions and 8 deletions

View file

@ -19,7 +19,6 @@ class ClipboardServerConnection : public IPC::ServerConnection<ClipboardClientEn
public:
virtual void handshake() override
{
greet();
}
private: