gengrid: Remove duplicated smart callbacks
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 16 Feb 2017 13:05:58 +0000 (22:05 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 16 Feb 2017 13:05:58 +0000 (22:05 +0900)
WRN... evas_smart.c:219 evas_smart_cb_descriptions_fix() duplicated
  smart callback description with name 'item,focused' and type ''

src/lib/elementary/elm_gengrid.c

index 20a6d0b..f677857 100644 (file)
@@ -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}
 };