From 98afa7fb78fbe80faf25d6c5f424b2aa29b5c197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20V=C3=B6llinger?= Date: Tue, 7 Jan 2014 19:57:50 +0100 Subject: Fixes all led's same color bug. Missed else removed. --- ambithread.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ambithread.c b/ambithread.c index 1738ee3..619d55e 100644 --- a/ambithread.c +++ b/ambithread.c @@ -292,9 +292,6 @@ int cAmbiThread::detectCineBars() xBarHeight = tempxBarHeight; yBarWidth = tempyBarWidth; } - else { - barsChanged = false; - } lastxBarHeight = tempxBarHeight; lastyBarWidth = tempyBarWidth; -- cgit v1.2.3