Skip to content

Commit

Permalink
Remove unused m_DA_x0, m_DA_y0, m_DA_x1, m_DA_y1 members from opj_j2k…
Browse files Browse the repository at this point in the history
…_dec structure
  • Loading branch information
rouault committed Jul 5, 2017
1 parent 1a8eac6 commit a38c449
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib/openjp2/j2k.h
Original file line number Diff line number Diff line change
Expand Up @@ -463,13 +463,6 @@ typedef struct opj_j2k_dec {
OPJ_UINT32 m_start_tile_y;
OPJ_UINT32 m_end_tile_x;
OPJ_UINT32 m_end_tile_y;
/**
* Decoded area set by the user
*/
OPJ_UINT32 m_DA_x0;
OPJ_UINT32 m_DA_y0;
OPJ_UINT32 m_DA_x1;
OPJ_UINT32 m_DA_y1;

/** Index of the tile to decode (used in get_tile) */
OPJ_INT32 m_tile_ind_to_dec;
Expand Down

0 comments on commit a38c449

Please sign in to comment.