浏览代码

Remove unused where C++ alternative can be used

Alex Voinea 3 年之前
父节点
当前提交
c158259970
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Firmware/backlight.cpp

+ 2 - 2
Firmware/backlight.cpp

@@ -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