From 595d8471db252bf4889b3d3fe63cbb7e1d37c38d Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Mon, 3 Oct 2022 13:58:40 -0700 Subject: [PATCH] UI: remove unused tap detection constant (#25956) old-commit-hash: bc7be114d838aafc54a5e480dc969c76552e7f26 --- selfdrive/ui/ui.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/selfdrive/ui/ui.h b/selfdrive/ui/ui.h index 887b7ee841..d7e51ccfeb 100644 --- a/selfdrive/ui/ui.h +++ b/selfdrive/ui/ui.h @@ -155,9 +155,6 @@ public: Device(QObject *parent = 0); private: - // auto brightness - const float accel_samples = 5*UI_FREQ; - bool awake = false; int interactive_timeout = 0; bool ignition_on = false;