diff --git a/selfdrive/ui/ui.h b/selfdrive/ui/ui.h index 887b7ee84..d7e51ccfe 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;