mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 12:55:58 +01:00
gamma-control-v1: Remove dead variable assignment
This commit is contained in:
parent
4d68d3759b
commit
2b1c0ffdd0
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ static void gamma_control_handle_set_gamma(struct wl_client *client,
|
||||||
goto error_table;
|
goto error_table;
|
||||||
}
|
}
|
||||||
close(fd);
|
close(fd);
|
||||||
fd = -1;
|
|
||||||
|
|
||||||
free(gamma_control->table);
|
free(gamma_control->table);
|
||||||
gamma_control->table = table;
|
gamma_control->table = table;
|
||||||
|
|
Loading…
Reference in a new issue