summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-02-16 22:05:58 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-02-16 22:05:58 +0900
commitaf0d850a9dbfa13a171641d9f2b6236eeafdc4da (patch)
treed56b1243854ad7bd3729b8b1fe39fb74b4b94748
parent1166f753fb843591f84482d5288619fa68f1110d (diff)
downloadefl-af0d850a9dbfa13a171641d9f2b6236eeafdc4da.tar.gz
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.c2
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[] = {
{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}
};