aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs-config.h')
-rw-r--r--src/hs-config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hs-config.h b/src/hs-config.h
index 849dc4f..d422248 100644
--- a/src/hs-config.h
+++ b/src/hs-config.h
@@ -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;