hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=75ff3baa67a6df96160eec945cb791ff7f6b831e
commit 75ff3baa67a6df96160eec945cb791ff7f6b831e Author: Hermet Park <her...@hermet.pe.kr> Date: Thu May 26 00:07:54 2016 +0900 theme: remove redundant code. --- data/themes/default/images.edc | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/themes/default/images.edc b/data/themes/default/images.edc index 8e91b69..c0b165a 100644 --- a/data/themes/default/images.edc +++ b/data/themes/default/images.edc @@ -20,7 +20,6 @@ images { image: "live_image.png" COMP; image: "live_rectangle.png" COMP; image: "live_swallow.png" COMP; - image: "live_spacer.png" COMP; image: "live_spacer_icon.png" COMP; image: "live_text.png" COMP; image: "live_textblock.png" COMP; @@ -76,7 +75,6 @@ ICON_GROUP("expand", "expand.png") ICON_GROUP("invert", "invert.png") ICON_GROUP("Image", "live_image.png") ICON_GROUP("Rect", "live_rectangle.png") -ICON_GROUP("Spacer", "live_spacer.png") ICON_GROUP("Spacer_Icon", "live_spacer_icon.png") ICON_GROUP("Swallow", "live_swallow.png") ICON_GROUP("Text", "live_text.png") --