summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/t2.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-10-29 21:49:33 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-10-29 21:49:33 +0000
commite0161e03db8f9ee4403a5907f3e4011339147945 (patch)
tree3e32b34a0f93332ec890be035afa62d203f4367d /src/lib/openjp2/t2.h
parent82d29d4c2a56dabfcb66b64d9d9c498e1d78e77c (diff)
[trunk] remove old struct from V1 and not used in V2
Diffstat (limited to 'src/lib/openjp2/t2.h')
-rw-r--r--src/lib/openjp2/t2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/openjp2/t2.h b/src/lib/openjp2/t2.h
index e608f3e7..a0956ce9 100644
--- a/src/lib/openjp2/t2.h
+++ b/src/lib/openjp2/t2.h
@@ -43,8 +43,6 @@
Tier-2 coding
*/
typedef struct opj_t2 {
- /** codec context */
- opj_common_ptr cinfo;
/** Encoding: pointer to the src image. Decoding: pointer to the dst image. */
opj_image_t *image;