aboutsummaryrefslogtreecommitdiff
path: root/core/include/chre/core/sensor_type_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/chre/core/sensor_type_helpers.h')
-rw-r--r--core/include/chre/core/sensor_type_helpers.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/include/chre/core/sensor_type_helpers.h b/core/include/chre/core/sensor_type_helpers.h
index 24e811da..ccbb65b7 100644
--- a/core/include/chre/core/sensor_type_helpers.h
+++ b/core/include/chre/core/sensor_type_helpers.h
@@ -99,14 +99,6 @@ class SensorTypeHelpers : public PlatformSensorTypeHelpers {
static const char *getSensorTypeName(uint8_t sensorType);
/**
- * @param sensorType The sensor type.
- * @return The corresponding uncalibrated sensor type. If the sensor does not
- * have one or is already uncalibrated, then the input sensorType is
- * returned.
- */
- static uint8_t toUncalibratedSensorType(uint8_t sensorType);
-
- /**
* Extracts the last sample from the suppled event and updates it to the
* supplied last event memory as a single-sample event. No-op if not an
* on-change sensor.