UI: remove unused tap detection constant (#25956)

This commit is contained in:
Cameron Clough
2022-10-03 13:58:40 -07:00
committed by GitHub
parent 2a0ce3e8b8
commit bc7be114d8
-3
View File
@@ -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;