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:
parent
aa9470880f
commit
0520490577
2 changed files with 8 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue