batteryservice: remove now unused struct BatteryExtraProperties

Change-Id: Ibbb1eba95a800d2198e7524149ce38beb13dd7c9
This commit is contained in:
Todd Poynor 2013-10-22 18:29:44 -07:00
parent 7014fbd700
commit 6f948c3960
1 changed files with 0 additions and 5 deletions

View File

@ -66,11 +66,6 @@ struct BatteryProperties {
status_t readFromParcel(Parcel* parcel);
};
struct BatteryExtraProperties {
int batteryCurrentNow;
int batteryChargeCounter;
};
struct BatteryProperty {
int valueInt;