template_code: remove the image's comment to look better

Summary:
improve the image's template code.
when inserting image's template code,
images block has redundant annotation.

Test Plan:
1. insert image's part using ctrl + t
2. see the images part and check the difference with before

Reviewers: Hermet, Jaehyun_Cho, NikaWhite

Differential Revision: https://phab.enlightenment.org/D3814
This commit is contained in:
taehyub 2016-03-22 11:01:07 +09:00 committed by Hermet Park
parent 41a320bc89
commit 77b342d619
1 changed files with 1 additions and 2 deletions

View File

@ -165,11 +165,10 @@ const char *TEMPLATE_PROG[TEMPLATE_PROG_LINE_CNT] =
"}"
};
#define TEMPLATE_IMG_LINE_CNT 2
#define TEMPLATE_IMG_LINE_CNT 1
const char *TEMPLATE_IMG[TEMPLATE_IMG_LINE_CNT] =
{
"/* TODO: Please replace embedded image files to your application image files. */<br/>",
"image: \"ENVENTOR_EMBEDDED_LOGO.png\" COMP;<br/>"
};