[trunk] Remove simple warning about functions not used
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Fri, 7 Mar 2014 11:08:35 +0000 (11:08 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Fri, 7 Mar 2014 11:08:35 +0000 (11:08 +0000)
src/bin/mj2/opj_mj2_compress.c
src/bin/mj2/opj_mj2_decompress.c

index c8f6642b4e16f35408be82fcccd6934086287f6c..afe37679ecbd4349a1ff299a1e3c0a06506046c4 100644 (file)
@@ -61,13 +61,6 @@ static void warning_callback(const char *msg, void *client_data) {
        FILE *stream = (FILE*)client_data;
        fprintf(stream, "[WARNING] %s", msg);
 }
-/**
-sample debug callback expecting a FILE* client object
-*/
-static void info_callback(const char *msg, void *client_data) {
-       FILE *stream = (FILE*)client_data;
-       fprintf(stream, "[INFO] %s", msg);
-}
 
 /* -------------------------------------------------------------------------- */
 
index e9278a50a9e217500dd74c1169d428cdb1a86a4d..086918c77a0fe80743b6e332193ca8152a746182 100644 (file)
@@ -61,13 +61,6 @@ static void warning_callback(const char *msg, void *client_data) {
        FILE *stream = (FILE*)client_data;
        fprintf(stream, "[WARNING] %s", msg);
 }
-/**
-sample debug callback expecting a FILE* client object
-*/
-static void info_callback(const char *msg, void *client_data) {
-       FILE *stream = (FILE*)client_data;
-       fprintf(stream, "[INFO] %s", msg);
-}
 
 /* -------------------------------------------------------------------------- */