diff --git a/selfdrive/ui/ui.cc b/selfdrive/ui/ui.cc index 96f0a9d..5c6fa69 100755 --- a/selfdrive/ui/ui.cc +++ b/selfdrive/ui/ui.cc @@ -332,7 +332,6 @@ void ui_update_frogpilot_params(UIState *s) { scene.adjacent_path = custom_paths && params.getBool("AdjacentPath"); scene.adjacent_path_metrics = scene.adjacent_path && params.getBool("AdjacentPathMetrics"); scene.blind_spot_path = custom_paths && params.getBool("BlindSpotPath"); - scene.compass = custom_onroad_ui && params.getBool("Compass"); scene.fps_counter = custom_onroad_ui && params.getBool("FPSCounter"); scene.lead_info = scene.longitudinal_control && custom_onroad_ui && params.getBool("LeadInfo"); scene.pedals_on_ui = custom_onroad_ui && params.getBool("PedalsOnUI");