sm8250-common: lights: Nuke RGB support

This commit is contained in:
LuK1337 2020-06-23 01:55:38 +02:00
commit e1fe99f72f
3 changed files with 0 additions and 96 deletions

View file

@ -46,10 +46,8 @@ class Light : public ILight {
private:
void handleBacklight(const LightState& state);
void handleRgb(const LightState& state, size_t index);
std::mutex mLock;
std::unordered_map<Type, std::function<void(const LightState&)>> mLights;
std::array<LightState, 3> mLightStates;
};
} // namespace implementation