mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +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
Notes:
sideshowbarker
2024-07-17 02:21:14 +09:00
Author: https://github.com/LucasChollet
Commit: 4291288a31
Pull-request: https://github.com/SerenityOS/serenity/pull/20076
Issue: https://github.com/SerenityOS/serenity/issues/19893
Reviewed-by: https://github.com/AtkinsSJ ✅
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