1
Fork 0
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:
Lucas CHOLLET 2023-07-13 23:24:39 -04:00 committed by Andreas Kling
parent d29bd55b48
commit 2f125b86aa
2 changed files with 0 additions and 6 deletions

View file

@ -1931,11 +1931,6 @@ IntSize JPEGImageDecoderPlugin::size()
return {};
}
ErrorOr<void> JPEGImageDecoderPlugin::initialize()
{
return {};
}
bool JPEGImageDecoderPlugin::sniff(ReadonlyBytes data)
{
return data.size() > 3