mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-08 12:25:07 -04:00
Fix unused variable warnings in CorsairDRAMController.cpp
This commit is contained in:
@@ -153,8 +153,6 @@ void CorsairDRAMController::SetColorsPerLED(RGBColor* colors)
|
||||
if(ret < 0)
|
||||
{
|
||||
unsigned int block_index = 0;
|
||||
bool even_frame = true;
|
||||
bool first_frame = true;
|
||||
|
||||
while(block_index < direct_packet_size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user