Apply suggestions from code review

This commit is contained in:
Jason Wen
2024-12-17 07:35:35 -05:00
committed by GitHub
parent 9706bdf226
commit 3663cb469f
2 changed files with 0 additions and 9 deletions
-2
View File
@@ -199,8 +199,6 @@ struct OnroadEvent @0xc4fa6047f024e718 {
silentSeatbeltNotLatched @162;
silentParkBrake @163;
controlsMismatchLateral @164;
wrongCarModeNoEntry @165;
wrongCruiseModeNoEntry @166;
soundsUnavailableDEPRECATED @47;
}
-7
View File
@@ -1068,13 +1068,6 @@ EVENTS: dict[int, dict[str, Alert | AlertCallbackType]] = {
ET.NO_ENTRY: NoEntryAlert("Controls Mismatch: Lateral"),
},
EventName.wrongCarModeNoEntry: {
ET.NO_ENTRY: wrong_car_mode_alert,
},
EventName.wrongCruiseModeNoEntry: {
ET.NO_ENTRY: NoEntryAlert("Adaptive Cruise Disabled"),
},
}