hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=75b907b574bdb7dc4d1677633152cc741b09c5ae

commit 75b907b574bdb7dc4d1677633152cc741b09c5ae
Author: ChunEon Park <[email protected]>
Date:   Mon Dec 29 22:34:45 2014 +0900

    genlist: remove duplicated signal registration.
---
 src/lib/elm_genlist.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index df94bf9..5df085d 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -103,8 +103,6 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = 
{
    {SIG_WIDGET_ACCESS_CHANGED, ""}, /**< handled by elm_widget */
    {SIG_LAYOUT_FOCUSED, ""}, /**< handled by elm_layout */
    {SIG_LAYOUT_UNFOCUSED, ""}, /**< handled by elm_layout */
-   {SIG_ITEM_FOCUSED, ""},
-   {SIG_ITEM_UNFOCUSED, ""},
 
    {NULL, NULL}
 };

-- 


Reply via email to