From 44c156f8cfd38d7e9092d807cc32bc0ecb17fe19 Mon Sep 17 00:00:00 2001 From: dando92 Date: Wed, 26 Mar 2025 23:55:05 +0100 Subject: [PATCH] Removed TODO in pacdrive --- src/arch/Lights/LightsDriver_PacDrive.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/arch/Lights/LightsDriver_PacDrive.cpp b/src/arch/Lights/LightsDriver_PacDrive.cpp index 30986e5100..5769821fd0 100644 --- a/src/arch/Lights/LightsDriver_PacDrive.cpp +++ b/src/arch/Lights/LightsDriver_PacDrive.cpp @@ -14,9 +14,6 @@ LightsDriver_PacDrive::LightsDriver_PacDrive() : dev{PACDRIVE_VID, make_pids(PAC prev_led_state.raw = 0; memset(state.raw_state, 0x00, sizeof(state.raw_state)); - // TODO: Check for all 8 of the PacDrive PIDs instead of just the first one. - // Uncertain how many are not just the stock value. - RString lightOrder = g_sPacDriveLightOrdering.Get(); if (lightOrder.CompareNoCase("lumenar") == 0 || lightOrder.CompareNoCase("openitg") == 0) {