remove not-used attribute (name of icon, name of image) 11/59511/2 accepted/tizen/ivi/20160218.083927 accepted/tizen/mobile/20160218.005910 accepted/tizen/tv/20160218.005920 accepted/tizen/wearable/20160218.005940 submit/tizen/20160217.221050 submit/tizen_common/20160218.142243
authorjongmyeongko <jongmyeong.ko@samsung.com>
Tue, 16 Feb 2016 07:08:13 +0000 (16:08 +0900)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Wed, 17 Feb 2016 04:28:02 +0000 (20:28 -0800)
Requires:
https://review.tizen.org/gerrit/#/c/59508/

Change-Id: I884f00fcd00cbce4c1d808c6ecc3f0c217dd34bd
Signed-off-by: jongmyeongko <jongmyeong.ko@samsung.com>
src/wgt/step/step_generate_xml.cc

index b2090be..dd82f5e 100644 (file)
@@ -143,8 +143,6 @@ common_installer::Step::Status StepGenerateXml::GenerateApplicationCommonXml(
 
   for (image_x* image : GListRange<image_x*>(app->image)) {
     xmlTextWriterStartElement(writer, BAD_CAST "image");
-    xmlTextWriterWriteAttribute(writer, BAD_CAST "name",
-        BAD_CAST image->name);
     if (image->lang && strcmp(DEFAULT_LOCALE, image->lang) != 0) {
       xmlTextWriterWriteAttribute(writer, BAD_CAST "xml:lang",