don't use area info
[apps/agl-service-homescreen.git] / src / hs-config.h
index 849dc4f..d422248 100644 (file)
@@ -30,7 +30,6 @@ struct handshake_info {
 
 struct recover_app_info {
     std::string appid;  // application id like "dashboard"
-    std::string area;   // application default display area
     bool visibility;    // the visibility when system starting
 };
 
@@ -62,7 +61,6 @@ private:
     const std::string key_recover = "recover";
     const std::string key_appid = "appid";
     const std::string key_visibility = "visibility";
-    const std::string key_area = "area";
 
     struct json_object *m_hs_conf;
     struct json_object *m_lastmode;