remove shadow var

SVN revision: 58966
This commit is contained in:
Vincent Torri 2011-04-27 15:50:12 +00:00
parent 3e5cb0ac98
commit f30f757ebc
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ typedef struct _Eina_Accessor Eina_Accessor;
* Type for a callback that returns the data of a container as the given index.
*/
typedef Eina_Bool (*Eina_Accessor_Get_At_Callback)(Eina_Accessor *it,
unsigned int index,
unsigned int idx,
void **data);
/**