mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 15:27:34 +00:00
LibGfx: Remove ImageDecoderPlugin::initialize()
No plugin is currently overriding the default implementation, which is a no-op. So we can safely delete it.
This commit is contained in:
parent
3752facfbc
commit
4291288a31
18 changed files with 17 additions and 91 deletions
|
@ -37,8 +37,6 @@ public:
|
|||
|
||||
virtual IntSize size() = 0;
|
||||
|
||||
virtual ErrorOr<void> initialize() { return {}; }
|
||||
|
||||
virtual bool is_animated() = 0;
|
||||
|
||||
virtual size_t loop_count() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue