remove unused alert

pull/2218/head
Adeeb Shihadeh 5 years ago
parent c8ead73d05
commit cdcf235025
  1. 2
      cereal
  2. 8
      selfdrive/controls/lib/events.py

@ -1 +1 @@
Subproject commit 47e302c45803ffdf6b0ed0356c6c71347119729d
Subproject commit 6102bed11a7c0407a7d7c746c182fd4161eff04b

@ -229,14 +229,6 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo
Priority.LOWER, VisualAlert.none, AudibleAlert.none, 0., 0., 15.),
},
EventName.startupWhitePanda: {
ET.PERMANENT: Alert(
"WARNING: White panda is deprecated",
"Upgrade to comma two or black panda",
AlertStatus.userPrompt, AlertSize.mid,
Priority.LOWER, VisualAlert.none, AudibleAlert.none, 0., 0., 15.),
},
EventName.startupMaster: {
ET.PERMANENT: Alert(
"WARNING: This branch is not tested",

Loading…
Cancel
Save