mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-01 20:09:17 +00:00
joystick UI: drop dead do_render label
The wake-path goto was replaced with _pending_render + continue during the loop refactor; the label became unreachable. gcc flagged it with -Wunused-label.
This commit is contained in:
@@ -819,7 +819,6 @@ void JoystickUITask::loop()
|
||||
_pending_render = true;
|
||||
}
|
||||
|
||||
do_render:
|
||||
if (!_display.isOn() || !_curr) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user