mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-20 12:22:04 +08:00
paint.cc: deleted two meaningless lines (#2043)
This commit is contained in:
@@ -637,8 +637,6 @@ static void ui_draw_vision_header(UIState *s) {
|
||||
}
|
||||
|
||||
static void ui_draw_vision_footer(UIState *s) {
|
||||
nvgBeginPath(s->vg);
|
||||
nvgRect(s->vg, s->scene.ui_viz_rx, footer_y, s->scene.ui_viz_rw, footer_h);
|
||||
|
||||
ui_draw_vision_face(s);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user