summaryrefslogtreecommitdiff
path: root/src/components/motion/MotionController.h
diff options
context:
space:
mode:
authorStephanie <eng.steph@gmail.com>2021-10-23 13:41:10 -0400
committerJF <JF002@users.noreply.github.com>2021-12-30 21:51:43 +0100
commita65f173e3c63730c7db3c29bf44e538773971dc7 (patch)
treeed56c9fc3871fed78ad7c01ff160541a8763d35b /src/components/motion/MotionController.h
parent7eff1dbcc631c41e05b372e993383be3554f348c (diff)
Renamed confusing variables and general cleanup
Diffstat (limited to 'src/components/motion/MotionController.h')
-rw-r--r--src/components/motion/MotionController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/motion/MotionController.h b/src/components/motion/MotionController.h
index 17bdc52e..3de03d19 100644
--- a/src/components/motion/MotionController.h
+++ b/src/components/motion/MotionController.h
@@ -51,7 +51,6 @@ namespace Pinetime {
private:
uint32_t nbSteps;
- int32_t deltaSteps = 0;
uint32_t currentTripSteps = 0;
int16_t x;
int16_t y;