mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
LibGfx/GIF: Don't read the header twice
This is already done in `load_gif_frame_descriptors()`. As the method `initialize()` is now empty, we can delete it.
This commit is contained in:
parent
e56809dda8
commit
1192e46c09
2 changed files with 0 additions and 8 deletions
|
@ -22,7 +22,6 @@ public:
|
|||
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue