bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=27ff978ca9d7270067b5c522e628ba3c5da1c79c

commit 27ff978ca9d7270067b5c522e628ba3c5da1c79c
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Mon Oct 21 14:02:34 2019 -0400

    elm/genlist: remove misleading "changed" signal
    
    this was never implemented or documented anywhere and serves only to be
    misleading for anyone reading the code
    
    Reviewed-by: Cedric BAIL <cedric.b...@free.fr>
    Differential Revision: https://phab.enlightenment.org/D10518
---
 src/lib/elementary/elm_genlist.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/elementary/elm_genlist.c b/src/lib/elementary/elm_genlist.c
index 29f47f94f1..816245496a 100644
--- a/src/lib/elementary/elm_genlist.c
+++ b/src/lib/elementary/elm_genlist.c
@@ -101,7 +101,6 @@
     cmd(SIG_ITEM_UNFOCUSED, "item,unfocused", "") \
     cmd(SIG_PRESSED, "pressed", "") \
     cmd(SIG_RELEASED, "released", "") \
-    cmd(SIG_CHANGED, "changed", "") \
     cmd(SIG_FILTER_DONE, "filter,done", "")
 
 ELM_PRIV_GENLIST_SIGNALS(ELM_PRIV_STATIC_VARIABLE_DECLARE);

-- 


Reply via email to