summaryrefslogtreecommitdiff
path: root/mobile/widgets/entry.edc
diff options
context:
space:
mode:
authorThiep Ha <thiep.ha@samsung.com>2015-06-25 20:34:03 +0900
committerThiep Ha <thiep.ha@samsung.com>2015-06-25 20:34:03 +0900
commit9ecd0603477c93a3648c291427a9cf79b0802ff3 (patch)
treeeddc58800d2c0beafaf8b67ecdceccec3e69c8db /mobile/widgets/entry.edc
parent6317d74de8381352b0b5e24783cce8d228107862 (diff)
downloadefl-theme-tizen-mobile-9ecd0603477c93a3648c291427a9cf79b0802ff3.tar.gz
efl-theme-tizen-mobile-9ecd0603477c93a3648c291427a9cf79b0802ff3.tar.bz2
efl-theme-tizen-mobile-9ecd0603477c93a3648c291427a9cf79b0802ff3.zip
[mobile-HD]CNPUI: remove unused image since current GUI does not have icon
Change-Id: Ic3d75c50f3d5ab21e07c9d69cc5ab2c1ae173b5d
Diffstat (limited to 'mobile/widgets/entry.edc')
-rw-r--r--mobile/widgets/entry.edc25
1 files changed, 0 insertions, 25 deletions
diff --git a/mobile/widgets/entry.edc b/mobile/widgets/entry.edc
index 74d3fa2a..61174e8c 100644
--- a/mobile/widgets/entry.edc
+++ b/mobile/widgets/entry.edc
@@ -3373,28 +3373,3 @@ group { name: "elm/scroller/entry/default";
}
}
-//////////////////////////// COPY&PASTE UI ///////////////////////////////////
-#define IMAGE_GROUP(GROUP_NAME, IMAGE_NAME) \
- group { name: GROUP_NAME; \
- images.image: IMAGE_NAME COMP; \
- parts { \
- part { name: "image"; \
- description { \
- state: "default" 0.0; \
- visible: 1; \
- image.normal: IMAGE_NAME; \
- aspect: 1 1; \
- aspect_preference: BOTH; \
- } \
- } \
- } \
- }
-///////////////////////////////////////////////////////////////////////////////
-
-IMAGE_GROUP("elm/copypaste/clipboard/default", "copy&paste_popup_icon_clipboard.png");
-IMAGE_GROUP("elm/copypaste/copy/default", "copy&paste_popup_icon_copy.png");
-IMAGE_GROUP("elm/copypaste/cut/default", "copy&paste_popup_icon_cut.png");
-IMAGE_GROUP("elm/copypaste/paste/default", "copy&paste_popup_icon_paste.png");
-IMAGE_GROUP("elm/copypaste/select/default", "copy&paste_popup_icon_select.png");
-IMAGE_GROUP("elm/copypaste/select_all/default", "copy&paste_popup_icon_select_all.png");
-