Adafruit_Sensor.h: drop unused private member

This commit is contained in:
Marian Buschsieweke
2023-07-17 16:09:29 +02:00
parent 9096b29653
commit d14f4c992c

View File

@ -216,9 +216,6 @@ public:
virtual void getSensor(sensor_t *) = 0;
void printSensorDetails(void);
private:
bool _autoRange;
};
#endif