mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +00:00
LibGfx/JPEGXL: Remove unused variables in JPEGXLLoadingContext
These two variables are already fields of `Frame`, they make no sense at the context scope.
This commit is contained in:
parent
294a778492
commit
729e35ef21
1 changed files with 0 additions and 3 deletions
|
@ -2600,9 +2600,6 @@ private:
|
||||||
|
|
||||||
SizeHeader m_header;
|
SizeHeader m_header;
|
||||||
ImageMetadata m_metadata;
|
ImageMetadata m_metadata;
|
||||||
|
|
||||||
FrameHeader m_frame_header;
|
|
||||||
TOC m_toc;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
JPEGXLImageDecoderPlugin::JPEGXLImageDecoderPlugin(NonnullOwnPtr<FixedMemoryStream> stream)
|
JPEGXLImageDecoderPlugin::JPEGXLImageDecoderPlugin(NonnullOwnPtr<FixedMemoryStream> stream)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue