From 649bf08fa6d1246b0fdee2e5816afb0ffebda54d Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Wed, 2 Dec 2015 13:15:51 -0600 Subject: sensors: Fix filling in LinearAcceleration res/power/range. While we're at it, make these constants and axe the functions. --- libsensors/MPLSensor.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libsensors/MPLSensor.h') diff --git a/libsensors/MPLSensor.h b/libsensors/MPLSensor.h index ea72c72..eba750a 100644 --- a/libsensors/MPLSensor.h +++ b/libsensors/MPLSensor.h @@ -120,10 +120,6 @@ private: /* added for dynamic get sensor list */ bool mNineAxisEnabled; - void fillRV(struct sensor_t *list); - void fillOrientation(struct sensor_t *list); - void fillGravity(struct sensor_t *list); - void fillLinearAccel(struct sensor_t *list); }; void setCallbackObject(MPLSensor*); -- cgit v1.1