sm8250-common: lights: Nuke RGB support
This commit is contained in:
parent
5dbfcf2f2b
commit
e1fe99f72f
3 changed files with 0 additions and 96 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue