UI: remove unused tap detection constant (#25956)

old-commit-hash: bc7be114d8
taco
Cameron Clough 3 years ago committed by GitHub
parent 0c0cdbeab9
commit 595d8471db
  1. 3
      selfdrive/ui/ui.h

@ -155,9 +155,6 @@ public:
Device(QObject *parent = 0); Device(QObject *parent = 0);
private: private:
// auto brightness
const float accel_samples = 5*UI_FREQ;
bool awake = false; bool awake = false;
int interactive_timeout = 0; int interactive_timeout = 0;
bool ignition_on = false; bool ignition_on = false;

Loading…
Cancel
Save