diff options
| author | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 13:46:40 +0000 |
|---|---|---|
| committer | Mickael Savinaud <savmickael@users.noreply.github.com> | 2012-10-25 13:46:40 +0000 |
| commit | 3250833a6214475b4ed564ef35b3fa09b6ff9716 (patch) | |
| tree | 3b22c8ff1fc1587f196c64b572e5cb2232f3a62c /src/lib/openjp2/event.h | |
| parent | 8bc24912d1c0fd26a2be639eb76ea3d8c1f4c06b (diff) | |
[trunk]remove old opj_event_mgr function
Diffstat (limited to 'src/lib/openjp2/event.h')
| -rw-r--r-- | src/lib/openjp2/event.h | 10 |
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, ...); + /* ----------------------------------------------------------------------- */ |
