diff --git a/cuburn/code/filtering.py b/cuburn/code/filtering.py index 965b1e5..f1280fe 100644 --- a/cuburn/code/filtering.py +++ b/cuburn/code/filtering.py @@ -40,7 +40,6 @@ void colorclip(float4 *pixbuf, float gamma, float vibrancy, float highpow, pix.x *= newls; pix.y *= newls; pix.z *= newls; - //maxc *= newls; // Reduce saturation (according to the HSV model) by proportionally // increasing the values of the other colors.