summaryrefslogtreecommitdiff
path: root/libopenjpeg/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopenjpeg/image.c')
-rw-r--r--libopenjpeg/image.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libopenjpeg/image.c b/libopenjpeg/image.c
index 9941b1d8..f9ce9bb5 100644
--- a/libopenjpeg/image.c
+++ b/libopenjpeg/image.c
@@ -140,9 +140,3 @@ void opj_image_comp_header_update(opj_image_header_t * p_image_header, const opj
++l_img_comp;
}
}
-
-void opj_initialise_file_info(opj_file_info_t *file_info, OPJ_INT32 file_info_flag, OPJ_INT32 codec_format) {
-
- file_info->file_info_flag = file_info_flag;
- file_info->file_format = codec_format;
-}