mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
ImageDecoder: Remove unnecessary client map
ImageDecoder processes only serve a single client, so we don't need to keep a map of them.
This commit is contained in:
parent
8c8bf9433f
commit
314a687eeb
Notes:
sideshowbarker
2024-07-17 23:17:28 +09:00
Author: https://github.com/awesomekling
Commit: 314a687eeb
3 changed files with 5 additions and 9 deletions
|
@ -25,7 +25,7 @@ public:
|
|||
virtual void die() override;
|
||||
|
||||
private:
|
||||
explicit ClientConnection(NonnullRefPtr<Core::LocalSocket>, int client_id);
|
||||
explicit ClientConnection(NonnullRefPtr<Core::LocalSocket>);
|
||||
|
||||
virtual Messages::ImageDecoderServer::DecodeImageResponse decode_image(Core::AnonymousBuffer const&) override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue