diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-07 11:08:35 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2014-03-07 11:08:35 +0000 |
| commit | c302979738c3a50b102f76f38109cd0ec5149691 (patch) | |
| tree | 2f91e9fb047f496bbf62eb10fe35a3be7a95b0b8 | |
| parent | e4d077bc986cf8586994c7fa1e035f8c7e5ce82c (diff) | |
[trunk] Remove simple warning about functions not used
| -rw-r--r-- | src/bin/mj2/opj_mj2_compress.c | 7 | ||||
| -rw-r--r-- | src/bin/mj2/opj_mj2_decompress.c | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/src/bin/mj2/opj_mj2_compress.c b/src/bin/mj2/opj_mj2_compress.c index c8f6642b..afe37679 100644 --- a/src/bin/mj2/opj_mj2_compress.c +++ b/src/bin/mj2/opj_mj2_compress.c @@ -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); -} /* -------------------------------------------------------------------------- */ diff --git a/src/bin/mj2/opj_mj2_decompress.c b/src/bin/mj2/opj_mj2_decompress.c index e9278a50..086918c7 100644 --- a/src/bin/mj2/opj_mj2_decompress.c +++ b/src/bin/mj2/opj_mj2_decompress.c @@ -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); -} /* -------------------------------------------------------------------------- */ |
