Browse Source

LibGfx/PNG: Remove an unused field in `PNGLoadingContext`

Lucas CHOLLET 2 years ago
parent
commit
15df0224e1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Userland/Libraries/LibGfx/ImageFormats/PNGLoader.cpp

+ 0 - 1
Userland/Libraries/LibGfx/ImageFormats/PNGLoader.cpp

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