Evas callbacks: Do the same change daniel did to smart callbacks.

Spank Spank for not applying it here as well.

SVN revision: 62798
This commit is contained in:
Tom Hacohen 2011-08-25 10:06:12 +00:00
parent c5606319d9
commit 9f23c221d6
1 changed files with 0 additions and 2 deletions

View File

@ -264,8 +264,6 @@ _callback_priority_cmp(const void *_a, const void *_b)
b = EINA_INLIST_CONTAINER_GET(_b, Evas_Func_Node);
if (a->priority < b->priority)
return -1;
else if (a->priority == b->priority)
return 0;
else
return 1;
}