remove unused structure in view of user edit 26/47926/1 accepted/tizen/tv/20150911.145421 accepted/tizen/tv/20150914.120403 submit/tizen/20150911.070316 submit/tizen/20150914.114621
authorSoohye Shin <soohye.shin@samsung.com>
Thu, 10 Sep 2015 05:46:18 +0000 (14:46 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Thu, 10 Sep 2015 05:49:31 +0000 (14:49 +0900)
Change-Id: I1764c3b25ca714fe3ac245cf93f66924d8c5b9b8
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/view/view_user_edit.c

index b384d6e..cb78eda 100644 (file)
@@ -56,13 +56,6 @@ enum user_item_type {
        USER_ITEM_NORMAL = 0x08
 };
 
-struct _icon_info {
-       const char *file;
-       const char *focus_file;
-       const char *message;
-       const char *focus_message;
-};
-
 struct _priv {
        Evas_Object *win;
        Evas_Object *base;