[trunk] remove old structures from tcd.h

This commit is contained in:
Mickael Savinaud
2012-10-24 14:38:07 +00:00
parent f2db5ec4fb
commit b1c5ce2517
2 changed files with 17 additions and 145 deletions

View File

@@ -34,7 +34,8 @@
/* ----------------------------------------------------------------------- */
/* TODO MSD: */
#ifdef TODO_MSD
void tcd_dump(FILE *fd, opj_tcd_t *tcd, opj_tcd_image_t * img) {
int tileno, compno, resno, bandno, precno;/*, cblkno;*/
@@ -93,6 +94,7 @@ void tcd_dump(FILE *fd, opj_tcd_t *tcd, opj_tcd_image_t * img) {
}
fprintf(fd, "}\n");
}
#endif
/**
* Allocates memory for a decoding code block.
*/