Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Sep 2, 2024
1 parent 4cc0ea8 commit 50b4370
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libheif/codecs/tild.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ class TildHeader
uint32_t get_tile_size(uint32_t idx) const { return m_offsets[idx].size; }

private:
uint8_t version = 1;

heif_tild_image_parameters m_parameters;

struct TileOffset {
Expand Down

0 comments on commit 50b4370

Please sign in to comment.