diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-11-19 10:31:43 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-11-19 10:31:43 +0000 |
| commit | 02ab4363b60ea1e96b53aadb2aa8af561fb5259b (patch) | |
| tree | e960720f72beaa5b62028774a818225e176fb761 /src/lib | |
| parent | e1f7c73324a814b71509b7461753692c729109e2 (diff) | |
[trunk]remove not used structures
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/openjp2/openjpeg.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/openjp2/openjpeg.h b/src/lib/openjp2/openjpeg.h index 94d1c58d..e5104316 100644 --- a/src/lib/openjp2/openjpeg.h +++ b/src/lib/openjp2/openjpeg.h @@ -584,14 +584,6 @@ typedef struct opj_image_comptparm { } opj_image_cmptparm_t; - -/** - * Extended image capabilities (not used now, reserved for the future and development) - * */ -typedef void* opj_input_image_t; -typedef void* opj_output_image_t; - - /* ========================================================== Information on the JPEG 2000 codestream |
