mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
LibGfx: Remove the optional Error member from QOI's decoder context
This commit is contained in:
parent
bd4bddf31b
commit
142f327e63
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