mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 05:09:01 +00:00
LibGfx: Remove the optional Error member from QOI's decoder context
This commit is contained in:
parent
bd4bddf31b
commit
142f327e63
Notes:
sideshowbarker
2024-07-17 03:45:48 +09:00
Author: https://github.com/trflynn89
Commit: 142f327e63
Pull-request: https://github.com/SerenityOS/serenity/pull/17399
Reviewed-by: https://github.com/linusg
2 changed files with 8 additions and 13 deletions
|
@ -35,7 +35,6 @@ struct QOILoadingContext {
|
|||
OwnPtr<AK::Stream> stream {};
|
||||
QOIHeader header {};
|
||||
RefPtr<Bitmap> bitmap;
|
||||
Optional<Error> error;
|
||||
};
|
||||
|
||||
class QOIImageDecoderPlugin final : public ImageDecoderPlugin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue