summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/motor/MotorController.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/motor/MotorController.h b/src/components/motor/MotorController.h
index 52ab558c..9ce91c52 100644
--- a/src/components/motor/MotorController.h
+++ b/src/components/motor/MotorController.h
@@ -13,7 +13,6 @@ namespace Pinetime {
void SetDuration(uint8_t motorDuration);
private:
- app_timer_id_t vibTimer;
};
}
}