[Release] wrt-installer_0.1.53
[framework/web/wrt-installer.git] / src / commons / wrt_common_types.h
index 4fe586f..965db9c 100644 (file)
@@ -26,8 +26,8 @@
 #include <dpl/wrt-dao-ro/common_dao_types.h>
 
 /**
-* Widget version is optional
-*/
+ * Widget version is optional
+ */
 typedef DPL::Optional<WidgetVersion> OptionalWidgetVersion;
 
 /* Define db type */
@@ -42,7 +42,6 @@ enum InstallLocationType
 {
     INSTALL_LOCATION_TYPE_UNKNOWN = 0,
     INSTALL_LOCATION_TYPE_NOMAL,
-    INSTALL_LOCATION_TYPE_PRELOAD,
     INSTALL_LOCATION_TYPE_EXTERNAL
 };