UI: remove unused tap detection constant (#25956)

pull/25957/head
Cameron Clough 3 years ago committed by GitHub
parent 2a0ce3e8b8
commit bc7be114d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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;

Loading…
Cancel
Save