From a860c41724bacbf4ddcd5bdbb584166ca15c09b7 Mon Sep 17 00:00:00 2001 From: Vehicle Researcher Date: Sun, 11 Jun 2017 15:16:46 -0700 Subject: [PATCH] Remove commented line old-commit-hash: 2250eac58f004e5b6a301441d745e864d02059bd --- selfdrive/ui/ui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/ui.c b/selfdrive/ui/ui.c index 3084299aa8..839faccd06 100644 --- a/selfdrive/ui/ui.c +++ b/selfdrive/ui/ui.c @@ -748,7 +748,6 @@ static void ui_draw_vision(UIState *s) { (int)(scene->v_ego * 2.237 + 0.5)); } nvgTextAlign(s->vg, NVG_ALIGN_LEFT | NVG_ALIGN_BASELINE); - //nvgText(s->vg, 1920 - 500, 150, speed_str, NULL); nvgText(s->vg, 1920 - 500, 95, speed_str, NULL); /*nvgFontSize(s->vg, 64.0f);