Remove SetCustomMode from all controllers beginning with the letter A
This commit is contained in:
parent
58b1a29076
commit
eab96d1b36
48 changed files with 67 additions and 221 deletions
|
|
@ -179,11 +179,6 @@ void RGBController_Alienware::UpdateSingleLED(int led)
|
|||
UpdateZoneLEDs(led);
|
||||
}
|
||||
|
||||
void RGBController_Alienware::SetCustomMode()
|
||||
{
|
||||
active_mode = 0;
|
||||
}
|
||||
|
||||
static bool modes_eq(const mode& mode1, const mode& mode2)
|
||||
{
|
||||
return( ( mode1.name == mode2.name )
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@ public:
|
|||
|
||||
void DeviceUpdateMode();
|
||||
|
||||
void SetCustomMode();
|
||||
|
||||
private:
|
||||
AlienwareController* controller;
|
||||
std::chrono::steady_clock::time_point last_packet_ts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue