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
commit de07dab184
Notes: sideshowbarker 2024-07-18 17:31:10 +09:00
4 changed files with 0 additions and 9 deletions

View file

@ -1,6 +1,4 @@
endpoint ImageDecoderServer
{
greet() => ()
decode_image(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
}