summaryrefslogtreecommitdiffstats
path: root/plugins/sensors/blackberry/bbpressuresensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sensors/blackberry/bbpressuresensor.cpp')
-rw-r--r--plugins/sensors/blackberry/bbpressuresensor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/sensors/blackberry/bbpressuresensor.cpp b/plugins/sensors/blackberry/bbpressuresensor.cpp
index e9d97709ba..cb48256aad 100644
--- a/plugins/sensors/blackberry/bbpressuresensor.cpp
+++ b/plugins/sensors/blackberry/bbpressuresensor.cpp
@@ -53,8 +53,6 @@ QString BbPressureSensor::devicePath()
bool BbPressureSensor::updateReadingFromEvent(const sensor_event_t &event, QPressureReading *reading)
{
- // TODO: I was unable to test this since the device I was testing this with did not have
- // a pressure sensor. Verify that this works and check that the units are correct.
reading->setPressure(event.pressure_s.pressure);
return true;
}