mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Fix warning in RGBController_DMX.cpp
This commit is contained in:
@@ -170,8 +170,6 @@ void RGBController_DMX::ResizeZone(int /*zone*/, int /*new_size*/)
|
||||
|
||||
void RGBController_DMX::DeviceUpdateLEDs()
|
||||
{
|
||||
int color_idx = 0;
|
||||
|
||||
last_update_time = std::chrono::steady_clock::now();
|
||||
|
||||
unsigned char dmx_data[513];
|
||||
|
||||
Reference in New Issue
Block a user