am 73531557: Revert "charger: show animation when the device is unplugged"

* commit '7353155717ec56e119a125cd6492c19df755b6ea':
  Revert "charger: show animation when the device is unplugged"
This commit is contained in:
Dima Zavin 2011-09-30 11:23:28 -07:00 committed by Android Git Automerger
commit db982b0660
1 changed files with 0 additions and 1 deletions

View File

@ -821,7 +821,6 @@ static void handle_power_supply_state(struct charger *charger, int64_t now)
if (charger->num_supplies_online == 0) {
if (charger->next_pwr_check == -1) {
charger->next_pwr_check = now + UNPLUGGED_SHUTDOWN_TIME;
kick_animation(charger->batt_anim);
LOGI("[%lld] device unplugged: shutting down in %lld (@ %lld)\n",
now, UNPLUGGED_SHUTDOWN_TIME, charger->next_pwr_check);
} else if (now >= charger->next_pwr_check) {