mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 17:37:35 +00:00
LibGfx/JPEG: Remove the unused method initialize()
This commit is contained in:
parent
d29bd55b48
commit
2f125b86aa
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