PFW-1504 Don't clear Status line on Deinit

Status line code should decide what to render next

Change in memory:
Flash: -12 bytes
SRAM: 0 bytes
This commit is contained in:
Guðni Már Gilbert 2023-04-02 11:13:39 +00:00
parent 940e626f3a
commit 20c6a448fa
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ void TryLoadUnloadProgressbarDeinit() {
// Delay the next status message just so
// the user can see the results clearly
lcd_reset_status_message_timeout();
lcd_clearstatus();
}
void TryLoadUnloadProgressbar(uint8_t col, bool sensorState) {