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

LibGfx/DDS: Read the header in create() and remove initialize()

This is done as a part of #19893.
This commit is contained in:
Lucas CHOLLET 2023-07-11 11:53:02 -04:00 committed by Sam Atkins
parent aa9470880f
commit 0520490577
2 changed files with 8 additions and 15 deletions

View file

@ -243,7 +243,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;