elm_genlist: remove duplicated smart callback description
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 12 Jun 2018 06:40:54 +0000 (15:40 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 12 Jun 2018 07:24:54 +0000 (16:24 +0900)
This commit applies some missing changes of
4b4e830a64d210936e7bab231f5b196eb6bb0821.

Change-Id: I82fc818df497b5c819ecc4b7593334f06c05b7f7

src/lib/elementary_tizen/elm_genlist.c

index dd2cdb1..87299e8 100644 (file)
@@ -129,17 +129,9 @@ ELM_PRIV_GENLIST_SIGNALS(ELM_PRIV_STATIC_VARIABLE_DECLARE);
 
 static const Evas_Smart_Cb_Description _smart_callbacks[] = {
    ELM_PRIV_GENLIST_SIGNALS(ELM_PRIV_SMART_CALLBACKS_DESC)
-   {SIG_WIDGET_LANG_CHANGED, ""}, /**< handled by elm_widget */
    {SIG_WIDGET_ACCESS_CHANGED, ""}, /**< handled by elm_widget */
    {SIG_LAYOUT_FOCUSED, ""}, /**< handled by elm_layout */
    {SIG_LAYOUT_UNFOCUSED, ""}, /**< handled by elm_layout */
-   //TIZEN_ONLY(20161213): apply screen_reader_changed callback
-   {SIG_ATSPI_SCREEN_READER_CHANGED, ""},
-   //
-
-   //TIZEN_ONLY(20170724): grab highlight using unrealized item
-   {SIG_WIDGET_ATSPI_HIGHLIGHTED, ""},
-   //
    {NULL, NULL}
 };
 #undef ELM_PRIV_GENLIST_SIGNALS