Eina_List: Revert changes introduced in r52253

The patch was trying to fix an error caused by wrong usage of this function



SVN revision: 52496
This commit is contained in:
Eduardo de Barros Lima 2010-09-20 18:20:40 +00:00
parent 71cba7da35
commit acae2fc370
1 changed files with 0 additions and 3 deletions

View File

@ -1859,9 +1859,6 @@ eina_list_search_sorted_near_list(const Eina_List *list,
else if (tmp > cur)
for (; tmp != cur; tmp--, ct = ct->prev) ;
if (!ct)
goto end;
cmp = func(ct->data, data);
if (cmp == 0)
break;