summaryrefslogtreecommitdiff
path: root/include/motion_sense.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/motion_sense.h')
-rw-r--r--include/motion_sense.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/motion_sense.h b/include/motion_sense.h
index 0c9632ca7e..26ba029c96 100644
--- a/include/motion_sense.h
+++ b/include/motion_sense.h
@@ -135,11 +135,6 @@ struct motion_sensor_t {
extern struct motion_sensor_t motion_sensors[];
extern const unsigned motion_sensor_count;
-/* For testing purposes: export the sampling interval. */
-extern enum chipset_state_mask sensor_active;
-extern unsigned motion_interval;
-int motion_sense_set_motion_intervals(void);
-
/*
* Priority of the motion sense resume/suspend hooks, to be sure associated
* hooks are scheduled properly.