mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
color.cpp: use variable br_
Variable 'br_' is assigned a value that is never used
This commit is contained in:
@@ -120,7 +120,7 @@ void changeBrightnessRGBRel2(RgbColor *rgb, int br)
|
|||||||
|
|
||||||
HsvColor hsv;
|
HsvColor hsv;
|
||||||
Rgb2Hsv(rgb, &hsv);
|
Rgb2Hsv(rgb, &hsv);
|
||||||
hsv.v = br;
|
hsv.v = br_;
|
||||||
Hsv2Rgb(&hsv, rgb);
|
Hsv2Rgb(&hsv, rgb);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user