mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibGfx/PortableFormat: Remove PortableImageDecoderPlugin::initialize()
This commit is contained in:
parent
f7f9f1f47f
commit
e72293fbc7
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