1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:47:36 +00:00

LibGfx/JPEG: Remove the unused method initialize()

This commit is contained in:
Lucas CHOLLET 2023-07-13 23:24:39 -04:00 committed by Andreas Kling
parent d29bd55b48
commit 2f125b86aa
2 changed files with 0 additions and 6 deletions

View file

@ -24,7 +24,6 @@ public:
virtual ~JPEGImageDecoderPlugin() override;
virtual IntSize size() override;
virtual ErrorOr<void> initialize() override;
virtual bool is_animated() override;
virtual size_t loop_count() override;
virtual size_t frame_count() override;