Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0de2f79f authored by Justin Chung's avatar Justin Chung
Browse files

Delete invalid placeholder for LLOB

We already have LLOB, so no need placeholder anymore

Test: No test needed
Change-Id: I8c3cb0c93fbe4c70b301fd9781571d7a1d5f970b
parent 1be799e7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -264,10 +264,6 @@ Sensor::Sensor(struct sensor_t const& hwSensor, const uuid_t& uuid, int halVersi
        mStringType = SENSOR_STRING_TYPE_HEART_BEAT;
        mFlags |= SENSOR_FLAG_SPECIAL_REPORTING_MODE;
        break;

    // TODO:  Placeholder for LLOB sensor type


    case SENSOR_TYPE_ACCELEROMETER_UNCALIBRATED:
        mStringType = SENSOR_STRING_TYPE_ACCELEROMETER_UNCALIBRATED;
        mFlags |= SENSOR_FLAG_CONTINUOUS_MODE;