Remove SetCustomMode from all controllers beginning with the letter N

This commit is contained in:
Adam Honse 2022-08-21 16:04:10 -05:00
parent 07f55095d5
commit bc1ba87e13
14 changed files with 7 additions and 52 deletions

View file

@ -355,11 +355,6 @@ void RGBController_NZXTKraken::UpdateSingleLED(int led)
UpdateZoneLEDs(zone);
}
void RGBController_NZXTKraken::SetCustomMode()
{
active_mode = 0;
}
void RGBController_NZXTKraken::DeviceUpdateMode()
{
DeviceUpdateLEDs();

View file

@ -19,14 +19,12 @@ public:
~RGBController_NZXTKraken();
void SetupZones();
void ResizeZone(int zone, int new_size);
void DeviceUpdateLEDs();
void UpdateZoneLEDs(int zone);
void UpdateSingleLED(int led);
void SetCustomMode();
void DeviceUpdateMode();
private: