summaryrefslogtreecommitdiff
path: root/common/motion_lid.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/motion_lid.c')
-rw-r--r--common/motion_lid.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/motion_lid.c b/common/motion_lid.c
index 7bf2c66ac0..1beb79febb 100644
--- a/common/motion_lid.c
+++ b/common/motion_lid.c
@@ -26,11 +26,6 @@
#define CPRINTS(format, args...) cprints(CC_MOTION_LID, format, ## args)
#define CPRINTF(format, args...) cprintf(CC_MOTION_LID, format, ## args)
-/* For vector_3_t, define which coordinates are in which location. */
-enum {
- X, Y, Z
-};
-
/* Current acceleration vectors and current lid angle. */
static int lid_angle_deg;
static int lid_angle_is_reliable;