Upstream version 7.35.141.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / manifest.cc
index 36c816c..43d225f 100644 (file)
@@ -82,11 +82,6 @@ Manifest::Manifest(SourceType source_type,
 
   if (data_->HasKey(widget_keys::kWidgetKey) &&
       data_->Get(widget_keys::kWidgetKey, NULL))
-    package_type_ = TYPE_WGT;
-  else
-    package_type_ = TYPE_XPK;
-
-  if (IsWGTPackaged())
     ParseWGTI18n();
 
   // Unittest may not have an xwalkrunner, so we should check here.