mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 16:14:38 +00:00
ImageDecoder: Remove unnecessary greet() message
This didn't do anything except induce an IPC stall during startup.
This commit is contained in:
@@ -30,10 +30,6 @@ void ClientConnection::die()
|
||||
exit(0);
|
||||
}
|
||||
|
||||
void ClientConnection::greet()
|
||||
{
|
||||
}
|
||||
|
||||
Messages::ImageDecoderServer::DecodeImageResponse ClientConnection::decode_image(Core::AnonymousBuffer const& encoded_buffer)
|
||||
{
|
||||
if (!encoded_buffer.is_valid()) {
|
||||
|
||||
Reference in New Issue
Block a user