Remove SetCustomMode from all controllers beginning with the letter H

This commit is contained in:
Adam Honse 2022-08-14 01:55:19 -05:00
parent 94603fbfb9
commit 35e049a8bb
30 changed files with 2 additions and 90 deletions

View file

@ -340,11 +340,6 @@ void RGBController_HyperXAlloyElite::UpdateSingleLED(int /*led*/)
DeviceUpdateLEDs();
}
void RGBController_HyperXAlloyElite::SetCustomMode()
{
active_mode = 0;
}
void RGBController_HyperXAlloyElite::DeviceUpdateMode()
{
if(modes[active_mode].color_mode == MODE_COLORS_MODE_SPECIFIC)

View file

@ -29,7 +29,6 @@ public:
void UpdateZoneLEDs(int zone);
void UpdateSingleLED(int led);
void SetCustomMode();
void DeviceUpdateMode();
void KeepaliveThreadFunction();

View file

@ -323,11 +323,6 @@ void RGBController_HyperXAlloyElite2::UpdateSingleLED(int /*led*/)
DeviceUpdateLEDs();
}
void RGBController_HyperXAlloyElite2::SetCustomMode()
{
active_mode = 0;
}
void RGBController_HyperXAlloyElite2::DeviceUpdateMode()
{

View file

@ -29,7 +29,6 @@ public:
void UpdateZoneLEDs(int zone);
void UpdateSingleLED(int led);
void SetCustomMode();
void DeviceUpdateMode();
void KeepaliveThreadFunction();

View file

@ -277,11 +277,6 @@ void RGBController_HyperXAlloyFPS::UpdateSingleLED(int /*led*/)
DeviceUpdateLEDs();
}
void RGBController_HyperXAlloyFPS::SetCustomMode()
{
active_mode = 0;
}
void RGBController_HyperXAlloyFPS::DeviceUpdateMode()
{

View file

@ -29,7 +29,6 @@ public:
void UpdateZoneLEDs(int zone);
void UpdateSingleLED(int led);
void SetCustomMode();
void DeviceUpdateMode();
void KeepaliveThreadFunction();

View file

@ -293,11 +293,6 @@ void RGBController_HyperXAlloyOrigins::UpdateSingleLED(int /*led*/)
DeviceUpdateLEDs();
}
void RGBController_HyperXAlloyOrigins::SetCustomMode()
{
}
void RGBController_HyperXAlloyOrigins::DeviceUpdateMode()
{

View file

@ -27,7 +27,6 @@ public:
void UpdateZoneLEDs(int zone);
void UpdateSingleLED(int led);
void SetCustomMode();
void DeviceUpdateMode();
void KeepaliveThread();

View file

@ -269,11 +269,6 @@ void RGBController_HyperXAlloyOriginsCore::UpdateSingleLED(int /*led*/)
DeviceUpdateLEDs();
}
void RGBController_HyperXAlloyOriginsCore::SetCustomMode()
{
}
void RGBController_HyperXAlloyOriginsCore::DeviceUpdateMode()
{

View file

@ -27,7 +27,6 @@ public:
void UpdateZoneLEDs(int zone);
void UpdateSingleLED(int led);
void SetCustomMode();
void DeviceUpdateMode();
void KeepaliveThread();