mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibGfx/PortableFormat: Remove PortableImageDecoderPlugin::initialize()
This commit is contained in:
parent
f7f9f1f47f
commit
e72293fbc7
Notes:
sideshowbarker
2024-07-17 04:09:56 +09:00
Author: https://github.com/LucasChollet
Commit: e72293fbc7
Pull-request: https://github.com/SerenityOS/serenity/pull/19932
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ public:
|
|||
|
||||
virtual IntSize size() override;
|
||||
|
||||
virtual ErrorOr<void> initialize() override { return {}; }
|
||||
virtual bool is_animated() override;
|
||||
virtual size_t loop_count() override;
|
||||
virtual size_t frame_count() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue