From 57e70278dcaa961261f0eefe005ad27c919ceb78 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Fri, 30 Jun 2023 23:46:09 +0800 Subject: [PATCH] ui/device: remove method motionTrigger (#28754) remove motionTrigger --- selfdrive/ui/ui.h | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/ui/ui.h b/selfdrive/ui/ui.h index 60d6ee56a1..56df84fae6 100644 --- a/selfdrive/ui/ui.h +++ b/selfdrive/ui/ui.h @@ -193,7 +193,6 @@ private: void updateBrightness(const UIState &s); void updateWakefulness(const UIState &s); - bool motionTriggered(const UIState &s); void setAwake(bool on); signals: