diff options
author | Christian Völlinger <zerov83@gmail.com> | 2014-01-07 19:57:50 +0100 |
---|---|---|
committer | Christian Völlinger <zerov83@gmail.com> | 2014-01-07 19:57:50 +0100 |
commit | 98afa7fb78fbe80faf25d6c5f424b2aa29b5c197 (patch) | |
tree | 42b2a90c4e1860f6ae25731209092aaa565c430c | |
parent | 6d3d8e8a0753f2c88d51bceea7c9e617c0ff8181 (diff) | |
download | vdr-plugin-boblight-98afa7fb78fbe80faf25d6c5f424b2aa29b5c197.tar.gz vdr-plugin-boblight-98afa7fb78fbe80faf25d6c5f424b2aa29b5c197.tar.bz2 |
Fixes all led's same color bug.0.0.5
Missed else removed.
-rw-r--r-- | ambithread.c | 3 |
1 files changed, 0 insertions, 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; |