1
Fork 0
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:
Lucas CHOLLET 2023-07-10 16:16:58 -04:00 committed by Sam Atkins
parent f7f9f1f47f
commit e72293fbc7

View file

@ -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;