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

Commit 6f948c39 authored by Todd Poynor's avatar Todd Poynor
Browse files

batteryservice: remove now unused struct BatteryExtraProperties

Change-Id: Ibbb1eba95a800d2198e7524149ce38beb13dd7c9
parent 7014fbd7
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -66,11 +66,6 @@ struct BatteryProperties {
    status_t readFromParcel(Parcel* parcel);
};

struct BatteryExtraProperties {
    int batteryCurrentNow;
    int batteryChargeCounter;
};

struct BatteryProperty {
    int valueInt;