mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +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
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue