1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:48:10 +00:00

LibGfx/PNG: Remove an unused field in PNGLoadingContext

This commit is contained in:
Lucas CHOLLET 2023-06-11 19:17:16 -04:00 committed by Andreas Kling
parent 07b6c2ebfc
commit 15df0224e1

View file

@ -180,7 +180,6 @@ struct PNGLoadingContext {
u32 animation_loop_count { 0 };
Optional<u32> last_completed_animation_frame_index;
bool is_first_idat_part_of_animation { false };
bool has_seen_zlib_header { false };
bool has_seen_iend { false };
bool has_seen_idat_chunk { false };
bool has_seen_actl_chunk_before_idat { false };