AudioServer: Remove unnecessary greet() message

This commit is contained in:
Andreas Kling 2021-05-23 09:20:46 +02:00
commit 5424372d50
Notes: sideshowbarker 2024-07-18 17:31:06 +09:00
4 changed files with 0 additions and 9 deletions

View file

@ -16,7 +16,6 @@ ClientConnection::ClientConnection()
void ClientConnection::handshake()
{
greet();
}
void ClientConnection::enqueue(const Buffer& buffer)