remove double def of Eo_Callback_Priority

This commit is contained in:
Jérémy Zurcher 2013-07-23 19:41:37 +00:00
parent 1842545f00
commit fc4e117e10
1 changed files with 0 additions and 12 deletions

View File

@ -1265,18 +1265,6 @@ enum {
*/
#define EO_CALLBACK_PRIORITY_AFTER 100
/**
* @typedef Eo_Callback_Priority
*
* Callback priority value. Range is -32k - 32k. The lower the number, the
* higher the priority.
*
* @see EO_CALLBACK_PRIORITY_AFTER
* @see EO_CALLBACK_PRIORITY_BEFORE
* @see EO_CALLBACK_PRIORITY_DEFAULT
*/
typedef short Eo_Callback_Priority;
/**
* @def EO_CALLBACK_STOP
* Stop calling callbacks for the even of which the callback was called for.