mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
color.cpp: use variable br_
Variable 'br_' is assigned a value that is never used
Origin commit data
------------------
Branch: ni/coolstream
Commit: c5b9786df4
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-12-02 (Mon, 02 Dec 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -120,7 +120,7 @@ void changeBrightnessRGBRel2(RgbColor *rgb, int br)
|
||||
|
||||
HsvColor hsv;
|
||||
Rgb2Hsv(rgb, &hsv);
|
||||
hsv.v = br;
|
||||
hsv.v = br_;
|
||||
Hsv2Rgb(&hsv, rgb);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user