diff options
| author | Freeimage <freeimage@aliceadsl.fr> | 2006-02-12 16:53:23 +0000 |
|---|---|---|
| committer | Freeimage <freeimage@aliceadsl.fr> | 2006-02-12 16:53:23 +0000 |
| commit | c2b399b3632d9322f3aca29478929f0d54d7148e (patch) | |
| tree | 8a4b2020ee63c785470aad6bd40270c7ba494cf4 /libopenjpeg/tcd.h | |
| parent | 786ec27a056d9ded969cae16a2db5e0b0fda136f (diff) | |
removed unneeded working variables in opj_tcd_t
Diffstat (limited to 'libopenjpeg/tcd.h')
| -rw-r--r-- | libopenjpeg/tcd.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libopenjpeg/tcd.h b/libopenjpeg/tcd.h index d93622cd..986d976f 100644 --- a/libopenjpeg/tcd.h +++ b/libopenjpeg/tcd.h @@ -172,15 +172,6 @@ typedef struct opj_tcd { opj_tcp_t *tcp; /** current encoded/decoded tile */ int tcd_tileno; - /**@name working variables */ - /*@{*/ - opj_tcd_tile_t *tile; - opj_tcd_tilecomp_t *tilec; - opj_tcd_resolution_t *res; - opj_tcd_band_t *band; - opj_tcd_precinct_t *prc; - opj_tcd_cblk_t *cblk; - /*@}*/ } opj_tcd_t; /** @name Exported functions */ |
