X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fcfg.c;h=e5273fbd25d7b15bdd428f49df5eac9623ee0dc4;hb=ee99ebd7dd966b5741068fd0053420787c019e60;hp=6426937e20889b877fb7ff11ab12ec682d8d17c6;hpb=a1ba7af99316f73ed4273bb83618f98c975d43d9;p=psensor.git diff --git a/src/cfg.c b/src/cfg.c index 6426937..e5273fb 100644 --- a/src/cfg.c +++ b/src/cfg.c @@ -43,7 +43,6 @@ static const char *ATT_SENSOR_APPINDICATOR_MENU_DISABLED = "appindicator_menu_disabled"; static const char *ATT_SENSOR_APPINDICATOR_LABEL_ENABLED = "appindicator_label_enabled"; - static const char *ATT_SENSOR_POSITION = "position"; static const char *KEY_SENSOR_UPDATE_INTERVAL @@ -777,4 +776,3 @@ void config_set_appindicator_label_enabled(const char *sid, bool enabled) ATT_SENSOR_APPINDICATOR_LABEL_ENABLED, enabled); } -