This commit is contained in:
Kovid Goyal 2025-09-20 09:55:16 +05:30
parent e7514c68ae
commit c274d28ed1
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -264,8 +264,6 @@ vec3 fg_override(float under_luminance, float over_lumininace, vec3 under, vec3
#else
}
vec3 fg_override(float under_luminance, float over_luminance, vec3 under, vec3 over) {
float ratio = contrast_ratio(under_luminance, over_luminance);
vec3 diff = abs(under - over);