summaryrefslogtreecommitdiffstats
path: root/libsensors/mlsdk/mllite/mlsupervisor.h
diff options
context:
space:
mode:
authorKyle Repinski <repinski23@gmail.com>2015-12-08 03:42:06 -0600
committerZiyan <jaraidaniel@gmail.com>2016-01-17 22:41:00 +0100
commit279fa1241dec2d666d92eec566a6cabfc1ad9f86 (patch)
treee8160418ed6b283386074a816d969916f497ba21 /libsensors/mlsdk/mllite/mlsupervisor.h
parent3f2cb86a83bd0bc394399b7cd52f3db5339dc2d9 (diff)
downloaddevice_samsung_tuna-279fa1241dec2d666d92eec566a6cabfc1ad9f86.zip
device_samsung_tuna-279fa1241dec2d666d92eec566a6cabfc1ad9f86.tar.gz
device_samsung_tuna-279fa1241dec2d666d92eec566a6cabfc1ad9f86.tar.bz2
libsensors: mlsdk: Remove lots of unused cruft.
This alone was enough to cut 16KB off of the mllite.so size.
Diffstat (limited to 'libsensors/mlsdk/mllite/mlsupervisor.h')
-rw-r--r--libsensors/mlsdk/mllite/mlsupervisor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libsensors/mlsdk/mllite/mlsupervisor.h b/libsensors/mlsdk/mllite/mlsupervisor.h
index 62b427e..d7c5251 100644
--- a/libsensors/mlsdk/mllite/mlsupervisor.h
+++ b/libsensors/mlsdk/mllite/mlsupervisor.h
@@ -26,9 +26,6 @@
#define __INV_SUPERVISOR_H__
#include "mltypes.h"
-#ifdef INV_INCLUDE_LEGACY_HEADERS
-#include "mlsupervisor_legacy.h"
-#endif
// The value of inv_get_gyro_sum_of_sqr is scaled such the (1 dps)^2 = 2^this_number
// this number must be >=0 and even.
@@ -65,7 +62,6 @@ struct inv_supervisor_cb_obj {
inv_error_t inv_reset_compass_calibration(void);
void inv_init_sensor_fusion_supervisor(void);
inv_error_t inv_accel_compass_supervisor(void);
-inv_error_t inv_pressure_supervisor(void);
#endif // __INV_SUPERVISOR_H__