Remove unused m_DA_x0, m_DA_y0, m_DA_x1, m_DA_y1 members from opj_j2k_dec structure

This commit is contained in:
Even Rouault 2017-07-05 21:33:42 +02:00
parent 1a8eac6a90
commit a38c4496b6
1 changed files with 0 additions and 7 deletions

View File

@ -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;