1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:37:46 +00:00

ImageDecoder: Remove unnecessary greet() message

This didn't do anything except induce an IPC stall during startup.
This commit is contained in:
Andreas Kling 2021-05-23 08:48:59 +02:00
parent 6ebec090c3
commit de07dab184
4 changed files with 0 additions and 9 deletions

View file

@ -26,7 +26,6 @@ public:
virtual void die() override;
private:
virtual void greet() override;
virtual Messages::ImageDecoderServer::DecodeImageResponse decode_image(Core::AnonymousBuffer const&) override;
};