summaryrefslogtreecommitdiffstats
path: root/libsensors/LightSensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/LightSensor.h')
-rw-r--r--libsensors/LightSensor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libsensors/LightSensor.h b/libsensors/LightSensor.h
index ed3b435..f5f8af0 100644
--- a/libsensors/LightSensor.h
+++ b/libsensors/LightSensor.h
@@ -32,10 +32,7 @@ struct input_event;
class LightSensor:public SamsungSensorBase {
- float mPreviousLight;
- virtual int handleEnable(int en);
virtual bool handleEvent(input_event const * event);
- float indexToValue(size_t index) const;
public:
LightSensor();
};