Remove SetCustomMode from all controllers beginning with the letters V, W, Y, and Z
This commit is contained in:
parent
9d7fef5bbc
commit
1396cc8f92
11 changed files with 28 additions and 64 deletions
|
|
@ -129,11 +129,6 @@ void RGBController_ZETEdgeAirPro::UpdateSingleLED(int /*led*/)
|
|||
DeviceUpdateMode();
|
||||
}
|
||||
|
||||
void RGBController_ZETEdgeAirPro::SetCustomMode()
|
||||
{
|
||||
active_mode = 0;
|
||||
}
|
||||
|
||||
void RGBController_ZETEdgeAirPro::DeviceUpdateMode()
|
||||
{
|
||||
RGBColor color;
|
||||
|
|
|
|||
|
|
@ -20,11 +20,12 @@ public:
|
|||
|
||||
void SetupZones();
|
||||
void ResizeZone(int zone, int new_size);
|
||||
|
||||
void DeviceUpdateLEDs();
|
||||
void UpdateZoneLEDs(int zone);
|
||||
void UpdateSingleLED(int led);
|
||||
|
||||
void DeviceUpdateMode();
|
||||
void SetCustomMode();
|
||||
|
||||
private:
|
||||
ZETEdgeAirProController* controller;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue