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
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94
1 changed files with 0 additions and 3 deletions

View File

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