mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
ImageDecoder: Remove unnecessary greet() message
This didn't do anything except induce an IPC stall during startup.
This commit is contained in:
@@ -12,7 +12,6 @@ namespace ImageDecoderClient {
|
||||
Client::Client()
|
||||
: IPC::ServerConnection<ImageDecoderClientEndpoint, ImageDecoderServerEndpoint>(*this, "/tmp/portal/image")
|
||||
{
|
||||
handshake();
|
||||
}
|
||||
|
||||
void Client::die()
|
||||
@@ -23,7 +22,6 @@ void Client::die()
|
||||
|
||||
void Client::handshake()
|
||||
{
|
||||
greet();
|
||||
}
|
||||
|
||||
void Client::dummy()
|
||||
|
||||
Reference in New Issue
Block a user