mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
gamma-control-v1: Remove dead variable assignment
This commit is contained in:
parent
4d68d3759b
commit
2b1c0ffdd0
@ -101,7 +101,6 @@ static void gamma_control_handle_set_gamma(struct wl_client *client,
|
||||
goto error_table;
|
||||
}
|
||||
close(fd);
|
||||
fd = -1;
|
||||
|
||||
free(gamma_control->table);
|
||||
gamma_control->table = table;
|
||||
|
Loading…
Reference in New Issue
Block a user