Remove RGB controllers argument from standard detector

This commit is contained in:
Adam Honse 2023-01-26 20:19:45 -06:00
parent 060567548f
commit 92f0720639
30 changed files with 35 additions and 51 deletions

View file

@ -15,7 +15,7 @@
* *
\******************************************************************************************/
void DetectElgatoKeyLightControllers(std::vector<RGBController*> &rgb_controllers)
void DetectElgatoKeyLightControllers()
{
json elgato_keylight_settings;