summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/event.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2012-10-25 13:46:40 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2012-10-25 13:46:40 +0000
commit3250833a6214475b4ed564ef35b3fa09b6ff9716 (patch)
tree3b22c8ff1fc1587f196c64b572e5cb2232f3a62c /src/lib/openjp2/event.h
parent8bc24912d1c0fd26a2be639eb76ea3d8c1f4c06b (diff)
[trunk]remove old opj_event_mgr function
Diffstat (limited to 'src/lib/openjp2/event.h')
-rw-r--r--src/lib/openjp2/event.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/openjp2/event.h b/src/lib/openjp2/event.h
index 111cea9f..9489084b 100644
--- a/src/lib/openjp2/event.h
+++ b/src/lib/openjp2/event.h
@@ -68,15 +68,7 @@ typedef struct opj_event_mgr
/** @name Exported functions (see also openjpeg.h) */
/*@{*/
/* ----------------------------------------------------------------------- */
-/**
-Write formatted data to a string and send the string to a user callback.
-@param cinfo Codec context info
-@param event_type Event type or callback to use to send the message
-@param fmt Format-control string (plus optional arguments)
-@return Returns true if successful, returns false otherwise
-* FIXME Change by its v2 version this function after ended the merge
-*/
-opj_bool opj_event_msg(opj_common_ptr cinfo, int event_type, const char *fmt, ...);
+
/* ----------------------------------------------------------------------- */