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:
liquidraver
2026-05-22 15:02:47 +02:00
parent 6b624a69e5
commit bdb03145c3
@@ -819,7 +819,6 @@ void JoystickUITask::loop()
_pending_render = true;
}
do_render:
if (!_display.isOn() || !_curr) {
return;
}