remove read_param from ui_init (#19745)

pull/19734/head
Dean Lee 5 years ago committed by GitHub
parent 9eb7688dfe
commit cf2585adf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/ui/ui.cc

@ -46,7 +46,6 @@ void ui_init(UIState *s) {
s->started = false;
s->status = STATUS_OFFROAD;
s->scene.satelliteCount = -1;
read_param(&s->is_metric, "IsMetric");
s->fb = framebuffer_init("ui", 0, true, &s->fb_w, &s->fb_h);
assert(s->fb);

Loading…
Cancel
Save