From b68ce95c8787a52f491c50bd08db8496d4db3e4d Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Thu, 14 Sep 2023 11:26:58 -0400 Subject: [PATCH] Gap Adjust Cruise: Unused UI variable (#268) --- selfdrive/ui/ui.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/selfdrive/ui/ui.h b/selfdrive/ui/ui.h index 1bcfe11207..23ccc48b84 100644 --- a/selfdrive/ui/ui.h +++ b/selfdrive/ui/ui.h @@ -220,9 +220,6 @@ typedef struct UIScene { bool sidebar_temp; int sidebar_temp_options; - // UI button sorting - int gac_btn; - float mads_path_scale = DRIVING_PATH_WIDE - DRIVING_PATH_NARROW; float mads_path_range = DRIVING_PATH_WIDE - DRIVING_PATH_NARROW; // 0.9 - 0.25 = 0.65 } UIScene;