mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibGfx/PNM: Remove unnecessary line
This is already done at the caller decode() in PortableImageLoaderCommon.h, as pointed out by @LucasChollet at https://github.com/SerenityOS/serenity/pull/22935#discussion_r1467158789 No behavior change.
This commit is contained in:
committed by
Andreas Kling
parent
c694d4326b
commit
83ab9f7c2d
Notes:
sideshowbarker
2024-07-17 00:37:23 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/83ab9f7c2d Pull-request: https://github.com/SerenityOS/serenity/pull/22947 Reviewed-by: https://github.com/LucasChollet ✅
@@ -49,7 +49,6 @@ ErrorOr<void> read_image_data(PBMLoadingContext& context)
|
||||
}
|
||||
}
|
||||
|
||||
context.state = PBMLoadingContext::State::BitmapDecoded;
|
||||
return {};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user