[trunk] remove deprecated v1 style function opj_destroy_decompress

This commit is contained in:
Mickael Savinaud
2012-08-09 11:53:33 +00:00
parent 35289bffe2
commit fb768ac792
2 changed files with 0 additions and 27 deletions

View File

@@ -1199,12 +1199,6 @@ DEPRECATED( OPJ_API opj_event_mgr_t* OPJ_CALLCONV opj_set_event_mgr(opj_common_p
* */
OPJ_API opj_codec_t* OPJ_CALLCONV opj_create_decompress(OPJ_CODEC_FORMAT format);
/**
Destroy a decompressor handle
@param dinfo decompressor handle to destroy
*/
DEPRECATED( OPJ_API void OPJ_CALLCONV opj_destroy_decompress(opj_dinfo_t *dinfo) );
/**
* Destroy a decompressor handle
*