OSDN Git Service

batteryservice: remove now unused struct BatteryExtraProperties
authorTodd Poynor <toddpoynor@google.com>
Wed, 23 Oct 2013 01:29:44 +0000 (18:29 -0700)
committerTodd Poynor <toddpoynor@google.com>
Wed, 23 Oct 2013 01:30:50 +0000 (18:30 -0700)
Change-Id: Ibbb1eba95a800d2198e7524149ce38beb13dd7c9

include/batteryservice/BatteryService.h

index 689a7e6..7ae1342 100644 (file)
@@ -66,11 +66,6 @@ struct BatteryProperties {
     status_t readFromParcel(Parcel* parcel);
 };
 
-struct BatteryExtraProperties {
-    int batteryCurrentNow;
-    int batteryChargeCounter;
-};
-
 struct BatteryProperty {
     int valueInt;