mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibGfx/JPEG: Remove the unused method initialize()
This commit is contained in:
parent
d29bd55b48
commit
2f125b86aa
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/LucasChollet
Commit: 2f125b86aa
Pull-request: https://github.com/SerenityOS/serenity/pull/20012
Issue: https://github.com/SerenityOS/serenity/issues/19815
2 changed files with 0 additions and 6 deletions
|
@ -1931,11 +1931,6 @@ IntSize JPEGImageDecoderPlugin::size()
|
|||
return {};
|
||||
}
|
||||
|
||||
ErrorOr<void> JPEGImageDecoderPlugin::initialize()
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
bool JPEGImageDecoderPlugin::sniff(ReadonlyBytes data)
|
||||
{
|
||||
return data.size() > 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue