LibGfx/PortableFormat: Remove PortableImageDecoderPlugin::initialize()

This commit is contained in:
Lucas CHOLLET 2023-07-10 16:16:58 -04:00 committed by Sam Atkins
commit e72293fbc7
Notes: sideshowbarker 2024-07-17 04:09:56 +09:00

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;