mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-15 14:47:14 -04:00
Fix unused variable warnings in CorsairDRAMController.cpp
This commit is contained in:
1 parent
b79522a955
commit
57d38be688
1 file changed
-2
@@ -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