; * src/xterm.c (x_alloc_nearest_color_1): Commit missing hunk (again).

This commit is contained in:
Po Lu 2022-03-07 19:57:19 +08:00
parent 9e1186a732
commit c7d3ebc7fd

View file

@ -3878,10 +3878,6 @@ x_alloc_nearest_color_1 (Display *dpy, Colormap cmap, XColor *color)
* ((color->blue >> 8) - (cells[x].blue >> 8))));
if (trial_delta < nearest_delta)
{
temp.red = cells[x].red;
temp.green = cells[x].green;
temp.blue = cells[x].blue;
nearest = x;
nearest_delta = trial_delta;
}