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

@ -16,7 +16,7 @@
* *
\******************************************************************************************/
void DetectNZXTHuePlusControllers(std::vector<RGBController*> &/*rgb_controllers*/)
void DetectNZXTHuePlusControllers()
{
std::vector<std::string *> ports = find_usb_serial_port(NZXT_HUE_PLUS_VID, NZXT_HUE_PLUS_PID);