Skip to content

Commit

Permalink
Update paint.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi95 committed May 15, 2021
1 parent 1dcbfe7 commit 4aa3021
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selfdrive/ui/paint.cc
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ static int bb_ui_draw_measure(UIState *s, const char* bb_value, const char* bb_
}

static void bb_ui_draw_measures_left(UIState *s, int bb_x, int bb_y, int bb_w ) {
const UIScene *scene = &s->scene;
int bb_rx = bb_x + (int)(bb_w/2);
int bb_ry = bb_y;
int bb_h = 5;
Expand Down

0 comments on commit 4aa3021

Please sign in to comment.