Remove unused where C++ alternative can be used

This commit is contained in:
Alex Voinea 2020-09-11 20:04:06 +03:00
parent 44b1b1c219
commit c158259970
No known key found for this signature in database
GPG Key ID: F5034E7CFCF2F973

View File

@ -111,10 +111,10 @@ void backlight_init()
#else //LCD_BL_PIN
void force_bl_on(_UNUSED bool section_start) {}
void force_bl_on(bool) {}
void backlight_update() {}
void backlight_init() {}
void backlight_save() {}
void backlight_wake(_UNUSED const uint8_t flashNo) {}
void backlight_wake(const uint8_t) {}
#endif //LCD_BL_PIN