From 2b16dc16492872793436435a0d4d52e4ffbba579 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Thu, 25 Jan 2018 16:29:18 +0100 Subject: msm8996-common: light: Remove the button backlight feature Signed-off-by: Davide Garberi --- light/Light.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'light/Light.h') diff --git a/light/Light.h b/light/Light.h index f21e19e..958d215 100644 --- a/light/Light.h +++ b/light/Light.h @@ -32,7 +32,6 @@ namespace implementation { struct Light : public ILight { Light(std::pair&& lcd_backlight, - std::vector&& button_backlight, std::ofstream&& red_led, std::ofstream&& green_led, std::ofstream&& blue_led, std::ofstream&& red_duty_pcts, std::ofstream&& green_duty_pcts, std::ofstream&& blue_duty_pcts, std::ofstream&& red_start_idx, std::ofstream&& green_start_idx, std::ofstream&& blue_start_idx, @@ -49,14 +48,12 @@ struct Light : public ILight { private: void setAttentionLight(const LightState& state); void setBatteryLight(const LightState& state); - void setButtonsBacklight(const LightState& state); void setLcdBacklight(const LightState& state); void setNotificationLight(const LightState& state); void setSpeakerBatteryLightLocked(); void setSpeakerLightLocked(const LightState& state); std::pair mLcdBacklight; - std::vector mButtonBacklight; std::ofstream mRedLed; std::ofstream mGreenLed; std::ofstream mBlueLed; -- cgit v1.2.3