liblights: remove unused variable

Change-Id: I2ce04975d4ff0a796e9f7c531f37c32ff88eaf10
This commit is contained in:
Stricted 2018-08-28 07:29:24 +02:00 committed by Kevin Haggerty
parent df6a599820
commit f66306436a

View file

@ -178,7 +178,6 @@ static int write_leds(const struct led_config *led)
char blink[32];
int count, err;
int color;
if (led == NULL)
led = &led_off;