Skip to content
Snippets Groups Projects
Commit 32eaf278 authored by Beat Küng's avatar Beat Küng
Browse files

Battery: remove unnecessary updateParams() call in constructor

parent 523bb115
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,6 @@ Battery::Battery() :
_warning(battery_status_s::BATTERY_WARNING_NONE),
_last_timestamp(0)
{
/* load initial params */
updateParams();
}
Battery::~Battery()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment