Skip to content

Commit

Permalink
Merge pull request #51 from maribu/drop-unused-private-members
Browse files Browse the repository at this point in the history
Adafruit_Sensor.h: drop unused private member
  • Loading branch information
brentru committed Jul 19, 2023
2 parents 9096b29 + d14f4c9 commit e341e1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Adafruit_Sensor.h
Expand Up @@ -216,9 +216,6 @@ class Adafruit_Sensor {
virtual void getSensor(sensor_t *) = 0;

void printSensorDetails(void);

private:
bool _autoRange;
};

#endif

0 comments on commit e341e1d

Please sign in to comment.