mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibGfx/TGA: Decode the header in create()
and remove initialize()
This is done as a part of #19893.
This commit is contained in:
parent
a05516bb3e
commit
92fa1efc76
2 changed files with 3 additions and 7 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