mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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
Notes:
sideshowbarker
2024-07-17 01:04:03 +09:00
Author: https://github.com/LucasChollet Commit: https://github.com/SerenityOS/serenity/commit/729e35ef21 Pull-request: https://github.com/SerenityOS/serenity/pull/20499
1 changed files with 0 additions and 3 deletions
|
@ -2600,9 +2600,6 @@ private:
|
|||
|
||||
SizeHeader m_header;
|
||||
ImageMetadata m_metadata;
|
||||
|
||||
FrameHeader m_frame_header;
|
||||
TOC m_toc;
|
||||
};
|
||||
|
||||
JPEGXLImageDecoderPlugin::JPEGXLImageDecoderPlugin(NonnullOwnPtr<FixedMemoryStream> stream)
|
||||
|
|
Loading…
Reference in a new issue