genlist: remove duplicated signal registration.

This commit is contained in:
ChunEon Park 2014-12-29 22:34:45 +09:00
parent 1f73409844
commit fb8af1004c
1 changed files with 0 additions and 2 deletions

View File

@ -103,8 +103,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}
};