diff options
author | Youngjae Cho <y0.cho@samsung.com> | 2022-05-03 13:50:49 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2022-06-07 02:01:46 +0000 |
commit | eb6362f5ac77cb97e432dfdb3a6b64fb1a113e54 (patch) | |
tree | 9fa52a84b8a1ddc060ff31a36462bb02f0917c54 | |
parent | 2cc8016090da0b393ca8c455cdd13b83c9e0c195 (diff) | |
download | device-eb6362f5ac77cb97e432dfdb3a6b64fb1a113e54.tar.gz device-eb6362f5ac77cb97e432dfdb3a6b64fb1a113e54.tar.bz2 device-eb6362f5ac77cb97e432dfdb3a6b64fb1a113e54.zip |
battery: remove unused struct variabletizen_7.0_m2_releasesubmit/tizen/20220624.005127accepted/tizen/unified/20220626.224828accepted/tizen/7.0/unified/hotfix/20221116.110328accepted/tizen/7.0/unified/20221110.061228tizen_7.0_hotfixaccepted/tizen_7.0_unified_hotfix
Change-Id: I86ba0c395fc7bd84e7b2177d3517e7e2985c0aa2
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
-rw-r--r-- | include/backend/hal-battery-interface.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/hal-battery-interface.h b/include/backend/hal-battery-interface.h index f9302bd..00d06b5 100644 --- a/include/backend/hal-battery-interface.h +++ b/include/backend/hal-battery-interface.h @@ -47,8 +47,6 @@ struct battery_info { int voltage_now; int voltage_average; int temperature; - - int freq_strength; /* charging frequency strength from charger */ }; typedef void (*BatteryUpdated)(struct battery_info *info, void *data); |