Evas callbacks: Do the same change daniel did to smart callbacks.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 25 Aug 2011 10:06:12 +0000 (10:06 +0000)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Thu, 25 Aug 2011 11:39:22 +0000 (20:39 +0900)
Spank Spank for not applying it here as well.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@62798 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_callbacks.c

index a2fd771..33b93bc 100644 (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;
 }