diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-02-16 22:05:58 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-02-16 22:05:58 +0900 |
commit | af0d850a9dbfa13a171641d9f2b6236eeafdc4da (patch) | |
tree | d56b1243854ad7bd3729b8b1fe39fb74b4b94748 | |
parent | 1166f753fb843591f84482d5288619fa68f1110d (diff) |
gengrid: Remove duplicated smart callbacks
WRN... evas_smart.c:219 evas_smart_cb_descriptions_fix() duplicated
smart callback description with name 'item,focused' and type ''
-rw-r--r-- | src/lib/elementary/elm_gengrid.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_gengrid.c b/src/lib/elementary/elm_gengrid.c index 20a6d0b18f..f677857eb3 100644 --- a/src/lib/elementary/elm_gengrid.c +++ b/src/lib/elementary/elm_gengrid.c | |||
@@ -81,8 +81,6 @@ static const Evas_Smart_Cb_Description _smart_callbacks[] = { | |||
81 | {SIG_WIDGET_ACCESS_CHANGED, ""}, /**< handled by elm_widget */ | 81 | {SIG_WIDGET_ACCESS_CHANGED, ""}, /**< handled by elm_widget */ |
82 | {SIG_LAYOUT_FOCUSED, ""}, /**< handled by elm_layout */ | 82 | {SIG_LAYOUT_FOCUSED, ""}, /**< handled by elm_layout */ |
83 | {SIG_LAYOUT_UNFOCUSED, ""}, /**< handled by elm_layout */ | 83 | {SIG_LAYOUT_UNFOCUSED, ""}, /**< handled by elm_layout */ |
84 | {SIG_ITEM_FOCUSED, ""}, | ||
85 | {SIG_ITEM_UNFOCUSED, ""}, | ||
86 | 84 | ||
87 | {NULL, NULL} | 85 | {NULL, NULL} |
88 | }; | 86 | }; |