summaryrefslogtreecommitdiff
path: root/daemon/sensorPlugins/stepCounter.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--daemon/sensorPlugins/stepCounter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/sensorPlugins/stepCounter.h b/daemon/sensorPlugins/stepCounter.h
index a221561..27dc01e 100644
--- a/daemon/sensorPlugins/stepCounter.h
+++ b/daemon/sensorPlugins/stepCounter.h
@@ -35,7 +35,6 @@ private:
int interval;
QTimer *recordIntervalTimer;
QStepCounterSensor *stepcounterSensor;
- int stepsOffset; //this is subtracted from the raw sensor value to compensate for daily step resets and boot offsets.
const QString sensorPathPrefix = "stepCounter";
};