mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
ImageDecoder: Remove unnecessary greet() message
This didn't do anything except induce an IPC stall during startup.
This commit is contained in:
parent
6ebec090c3
commit
de07dab184
4 changed files with 0 additions and 9 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue